make LPC2368 webserver

geah wrote on Friday, January 11, 2008:

Hi,

I don’t know if this might help.

I had similar problems and I have altered 2 things in order to get it to work:

1. Changed the mainCPU_CLK_DIV to 4 as well as the configCPU_CLOCK_HZ to 48Mhz (main.c).
2. Changed the PINSEL2 = 0x50150105; in (emac.c; row 131).

After I did this it worked. I’m using a B version chip.