Why does CubeIDE stop in Reset_Handler or similar before flashing?
I hit Debug, the console says, "Waiting for debugger connection", after a few seconds the debugger stops in some low level place like Reset_Handler in startup_stm32f411ceux.s, then it resumes, flashes the code, and runs the program. Is that normal?
I dislike this behavior because it opens some source file which I then need to close to get back to my code.
Please note I'm not talking about "break in main", which is unchecked. This break is before the code is even flashed, and it resumes automatically. I don't have any breakpoints set.
I'm using STLINK-V3SET.
