Hello all,
I'm using the LPC11C14 with uVision v4.10. I've noticed that only peripheral debug windows that have been implemented are the Core Peripherals, probably due to the chip being quite new. I can live without those for a while, but is there another way to view the peripheral registers? I've tried adding them to the watch (e.g. LPC_SYSCON->PRESETCTRL), but they are not recognised.
--Amr
Yes, there is another way, change a text in "Option for Target" -> "Debug" - Parameter to "-pLPC1114" for both Simulator and Target.
The simulation of device will be as if it is LPC1114 which is same without CAN.
Great suggestion, thanks.