When I'm debugging STM32CubeIDE opens startup_stm32f722xx.s file when microcontroller resets (when I start debugging or when I reset microcontroller.
It looks like the debugger has some "hidden" breakpoints and it hits them, and then continues, but the file remains open.
It is not useful for me right now. What can I do about this?
I'm using STM32CubeIDE 1.6.1 with STM Nucleo-F722ZE (STLink 3v on board).