Content originally posted in LPCWare by cwpjr on Wed May 29 10:47:09 MST 2013
No external xtals on my board.
The code downloads thru SWD, which assumes 12mhz like NXP board. It never reaches breakpoint at main().
It hangs in a while statement commented as waiting for PLL's to stabilize.
On my board I also load and runs a non cmsis project to main(), but where the uart functionality works on the NXP board it is not here.
I thought within th LPC11xx the SOC stuff was all the same, and if not th CMSIS example stuff would still work
I would have thought a cmsis project for one 1114 would work same as board, or any other 1114 in it's class, which in this case is LPC11xx..
Is there only one cmsis for all 1114 chips, with only version levels? Or are there cmsis's for subsets of the 1114's?