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

ARM: LPC1114 peripherals not showing up in debug

I'm working with the demo version, so that might be the problem, but I want to ask anyway.

I've got the demo working with a ULINK2 and an LPC1114 target. Another developers' uVision4 screens (which was purchased) can show and modify his LPC1758 peripherals. It looks like most, if not all, peripherals are accessible.

When I try the same thing, the only menu items under the Peripherals/Core Peripherals menu are:
NVIC
System Control & Config
System Tick Timer

Is this because of the demo version of Keil (Ver 4.10), a limitation of the LPC11xx series, or something I have to set up yet?

Thanks.

Tom

Parents
  • If you are trying NXP's examples they have selected Generic Cortex-M0 device but NXP LPC1114 has to be selected from device list.

    So in example under "Options for Target" -> "Device" select the appropriate NXP LPC1114 device, and it should all work.

Reply
  • If you are trying NXP's examples they have selected Generic Cortex-M0 device but NXP LPC1114 has to be selected from device list.

    So in example under "Options for Target" -> "Device" select the appropriate NXP LPC1114 device, and it should all work.

Children