2025-04-18 7:19 AM
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
2025-04-18 7:34 AM
Hi,
>I was wondering if someone had already seen such a behaviour.
not me.
But i always use connect : software reset - try it.
And you didnt change anything in debug/run settings ?
here: