STM32CubeIDE 1.18.1: Debug a simple program on Nucleo-H563ZI
Hi,
I try to debug a very simple program on a nucleo H563-ZI dev board.
When i try to run the debugger, the program is well loaded into the flash.
The debug session window displays the code below:
Reset_Handler:
ldr r0, =_estack
mov sp, r0 /* set stack pointer */
/* Call the clock system initialization function.*/
bl SystemInit
When i try to start the debug (step by step, or by clicking to the "play" button), it loops
on Reset_Handler.
If i press the stop button, the program starts and the led blinks.

I was wondering if someone had already seen such a behaviour.
Is the ST-LINK GDB server is well supported ?
Thanks in advance
