Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 5 months ago.
usbhost keyboard does not work compiled with lpcxpresso
I compiled these program with the mbed compiler, it works perfect.
I exported these program to lpcxpresso, because I like to have the programs on a offline compiler. Compiling works well, some small warnings. So I have sent the lpcxpresso .bin file to the mbed. Unfortunately it does not work. I get only the blue leds of death and no explaining text in a terminal. What can be the reason?
Question relating to:
1 Answer
10 years, 4 months ago.
Does the export of a simple blink led work with the offline compiler ? The LPC use a special memory setup for the USB stack. Error in linker script ? With a LPCXpresso LPC1769 board - you can debug via the LPC-Link. Without it will be difficult to trace.