Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

RE: [lpc2000] Re: olimex LPC-E2294 with ethernet

2005-02-07 by Paul Curtis

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 processors

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.