2021-11-26 04:41 AM
Hello folks,
I am new to STM32 and have been using it (STM32H7A3ZIQ) for a while, everything was fine with download and debugging codes until a week ago when STM32CubeIDE suddenly has stopped launching the debug session. An error msg -failed to start GDB server (see attached) pops out whenever I want to debug codes, I have been trying to resolve this very problem for the past week by following other people's solutions on Youtube, but all my attempts were in vain.
In addition, I installed different ST-Link programs provided by ST such that ST-Link server (Utility), STSW 004, 007, and 009. But even by doing so, I couldn't resolve this matter and no device found remains.
NB:
I hope someone could help me to get back coding.
I look forward to hearing your expert thoughts on how to resolve it.
BR,
AD
2024-04-13 09:52 AM
I began having the "failed to start GDB server" error after changing the version of STM32CudeIDE. The solution was to create a new Debug launch configuration using these steps.
Run > Debug Configurations... > New Launch Configuration*
* New Launch Configuration is the icon on the left of the Debug Configurations dialog window.
It may be necessary to copy some of the settings from a previously working launch configuration into the new one.
2024-06-06 07:09 AM - edited 2024-06-06 10:04 PM
Hello ADabl.1,
I understand your frustration with the STM32CubeIDE not launching the debug session and the issues with the ST-Link connection. I experienced a similar problem recently with my STM32F401CCU6, and I found a solution that worked for me.
The key was to press both the RESET and BOOT0 buttons on the MCU during the programming and debugging process. Here's the step-by-step procedure that resolved my issue:
After following these steps, my STM32CubeIDE successfully recognized the device, and I was able to debug my codes without any issues.
I hope this solution works for you as well. Please let me know if you need any further assistance.
Best regards,
Navaneethan.