Debugging when using the external loader for QUADSPI FLASH
I am looking for some input on this.
When debugging while using an external loader for the QUADSPI FLASH, why does the debugger not start at the breakpoint in main.c like it does when not using the external loader?
In fact, there's no way to "Resume" whatsoever. The only way I'm able to debug is disable the external loader.
Does this mean that every time I want to debug, I'll need to program the external FLASH first, then turn off the external loader and reload the internal FLASH every time I want to debug?