cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to boot Nucleo-h755ziq

BOSSX918spy
Visitor

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:

  • Verified that the board is powered and that I’m using a known-good USB cable and port.

Software and Firmware:

  • Updated the ST-LINK firmware using STM32CubeProgrammer.
  • Ensured that there are no extra instances of the ST-LINK server running (rebooted the Mac and checked Activity Monitor).

IDE Configuration:

  • For the H755ZIQ (dual-core device), I commented out the code that releases the Cortex‑M4 core so that only the Cortex‑M7 is active.

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.

2 REPLIES 2
TDK
Guru

In the debug configuration, are you connecting to AP0?

TDK_0-1742228716366.png

 

Can you connect with STM32CubeProgrammer?

If you feel a post has answered your question, please click "Accept as Solution".

Yes, I am doing that