2025-03-17 8:59 AM
Hi everyone,
I'm experiencing an issue uploading a simple onboard LED blinking program to my STM32H755ZIQ board. Every time I try to start a debug session, I get the following error:
STMicroelectronics ST-LINK GDB server. Version 7.9.0
Copyright (c) 2024, STMicroelectronics. All rights reserved.
Starting server with the following options:
Persistent Mode : Disabled
Logging Level : 1
Listen Port Number : 61234
Status Refresh Delay : 15s
Verbose Mode : Disabled
SWD Debug : Enabled
InitWhile : Enabled
Info : default port : 7184
Info : Remote address: 127.0.0.1
Info : stlinkserver already running, exit
Target no device found
Error in initializing ST-LINK device.
Reason: No device found on target.
What I've Tried:
Hardware Checks:
Software and Firmware:
IDE Configuration:
Despite these steps, the ST-LINK GDB server still fails to detect the device, and the board doesn't even enter debug mode.
Has anyone encountered a similar issue with the STM32H755ZIQ, or does anyone have additional suggestions to get past the "No device found" error? Any help would be greatly appreciated!
Thanks in advance for your time and support.
2025-03-17 9:25 AM
In the debug configuration, are you connecting to AP0?
Can you connect with STM32CubeProgrammer?
2025-03-17 9:37 AM
Yes, I am doing that