How to setup debug with STM32N6 in FSBL Load and Run configuration?
How can I debug an STM32N6 project when using a load-and-run configuration? CubeMX generates two separate projects, and I’m able to debug each one individually when the BOOT1 pin is set high. However, it seems that if I only debug the application project, the FSBL never executes, so the system clocks aren’t initialized. What’s the correct approach to debugging both projects together?
I came across a debugging guide, but it only applies to the XIP configuration.
