I got it to work last night. The problem is that olimex board has
the chip connected to 16-bit data bus but it will NOT work. It works
in 8-bit mode only.
What are the negative things about uIP? I used telnet and http last
night and it worked fine!
Gus
--- In lpc2000@yahoogroups.com, "Paul Curtis" <plc@r...> wrote:
> 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: olimex LPC-E2294 with ethernet
2005-02-08 by Gus
Attachments
- No local attachments were found for this message.