Hi,
I am using nRF5340 (CPUAPP) with MCUboot and Partition Manager (pm_static.yml, CONFIG_PARTITION_MANAGER_ENABLED=y).
Build and flash are successful, but during debug the CPU stops in the bootloader (address around 0x00008xxx) and does not reach my application main().
What is the correct way to debug the application when MCUboot is enabled?
Specifically:
- How to make debugger directly run/jump to application?
- Do I need special settings (reset type, run-to-main, etc.)?
- Is there a recommended debug workflow for MCUboot + app?
Thanks!