🎉 We're happy to announce a new public release ðŸŽ‰

  • Pin Mapper for AURIX v1.1r5 - A graphical tool for defining AURIX device port mapping and generation of device initialization code
Contact us to get access

Arm Cortex NXP LPC435x: Startup

07-May-2025

Per LPC435x specification, Cortex-M0 is not accessible through the SWD debug interface. It’s accessible only through the JTAG debug interface.

It’s recommended to use the JTAG debug interface when debugging LPC435x, which allows debugging both Cortex-M4 and Cortex-M0 cores.


If only the SWD debug interface is available on the target debug connector, only Cortex-M4 can be debugged.


Possible solution

1. Go to Hardware | CPU Options | Cores | CortexM0.

2. Uncheck the Automatically observe this core option.

Without this adjustment, winIDEA might become unresponsive when attempting to connect to the Cortex-M0 core.


More resources in winIDEA Help

Was this answer helpful?