This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC11C14 and uVision debug windows

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

Parents
  • 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.

Reply
  • 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.

Children