🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
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?