Reply by nosp...@FreeRTOS.org July 25, 20082008-07-25
> I was hoping if someone could send me a known working version of the
> FreeRTOS lpc2368 demo in either Intel hex format, or .elf format.
> I've tried building it in several different compilers (YAGARTO,
> WINARM, CrossWorks), and while it seems to compile fine, I'm unable to
> get blinking LEDs, an LCD display, or network connectivity.

Things seem to have changed a bit since the rev '-' on which the demo was
created.

I presume you have set the compile time options that tailor the demo to
different chip revisions as the code would not compile if you did not do
this.

Try removing the USB and/or Ethernet RAM sections from the linker script.
This works on some devices. I'm not at my regular computer at the moment so
cannot send you the hex file unfortunately.

Regards,
Richard
http://www.FreeRTOS.org

An Engineer's Guide to the LPC2100 Series

Reply by sguerrer July 25, 20082008-07-25
Hi,

I was hoping if someone could send me a known working version of the
FreeRTOS lpc2368 demo in either Intel hex format, or .elf format.
I've tried building it in several different compilers (YAGARTO,
WINARM, CrossWorks), and while it seems to compile fine, I'm unable to
get blinking LEDs, an LCD display, or network connectivity.

So, I'd like to try someone else's known working file to see if it's
just my toolchain that's messed up, or if there's some deeper problem.

If it's important, my LCP2368 is silicon Rev. B.

Thanks,

Steve