Content originally posted in LPCWare by cwpjr on Sun Jun 16 15:56:37 MST 2013
Ok Thanks.
I got my board (no external xtal) to run the uart demo by setting pll clock to irc and mainclock to pll in the #defines in the system_LPC11xx.h file...
#define SYSPLLCLKSEL_Val 0 // 0x00000001
#define SYSPLL_SETUP 1
#define SYSPLLCTRL_Val 0x00000023
#define MAINCLKSEL_Val 0x00000003
FYI, this also works on the NXP demo board.
However, now, my app downloads and *runs* but
I get to open a new thread because of strange behaviour.... :confused: