STM32CubeIDE 1.18.1: Debug a simple program on Nucleo-H563ZI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-23 6:04 AM
Thanks for your feedback.
After upgrading STM32CubeIDE and CubeMX it is better at a first glance.
