Hi Gus,
> > IOR and IOW are gated
> I didn't see that LOL!! But why olimex did that anyways? weard!
>
> >What's your cs8900a_write function
> I removed the changes and trying to use this one unmodefied
>
> void cs8900a_write(unsigned addr, unsigned int data) {
> pAdd_CS = (unsigned char*)(CS8900A_BASE+addr);
> *pAdd_CS = data;
> ++pAdd_CS;
> *pAdd_CS = data>>8;
> }
Looks fine; I guess the next step is to scope the waveforms arriving at
the CS8900A.
--
Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk
CrossWorks for MSP430, ARM, AVR and (soon) MAXQ processorsMessage
RE: [lpc2000] Re: olimex LPC-E2294 with ethernet
2005-02-07 by Paul Curtis