2026-04-20 2:39 PM - last edited on 2026-04-21 7:59 AM by mƎALLEm
I have been programming my STM32H743 custom board for over a year. Suddenly I'm getting the error message Error: No STM32 target found...
I have tried changing the ST-Link itself but get the same error message.
Solved! Go to Solution.
2026-04-21 9:35 AM
@jwtuttle wrote:what is the sequence the the ST-Link performs to determine that a STM32H743 is present?
It must do the standard SWD connection sequence:
It'll also query things like the device ID to find what part it is ...
2026-04-21 7:50 AM
If it is an ST-LINK/V2, please include photos of the front and back so that it can be ruled out that it is one of the clones being referred to here.
Regards
/Peter
2026-04-21 8:05 AM
Hello,
Try to connect with "Power Down" mode:
Otherwise, what happened in between (working to not working)?
2026-04-21 8:12 AM
@jwtuttle wrote:Suddenly I'm getting the error
So what did you change ?
After a year, also check for broken wires, loose connectors, etc
How to solve connection errors when connecting and programming the STM32 target board.
How to solve debugger connection issues
2026-04-21 8:52 AM
Hopefully our ST-Links are legit. We bought them from Digi-key.
What changed: It appears that the interface board that we use to go from the 20 pin 0.1" spacing cable to the 0.05" 10 pin cable has worn out. So that's the source of my problems.
But for debugging purposes in the future, what is the sequence the the ST-Link performs to determine that a STM32H743 is present?
Obviously, the ST-Link saw the voltage since it displayed the correct value. But I did not see any of the signal lines change. As in, NRST didn't go Low, SWDIO and SWCLK didn't toggle. I assume in a working system these lines should toggle
2026-04-21 9:31 AM
@jwtuttle wrote:Hopefully our ST-Links are legit. We bought them from Digi-key.
Even DigiKey do sell clones:
Hence the request to see photos of what you're actually using.
2026-04-21 9:35 AM
@jwtuttle wrote:what is the sequence the the ST-Link performs to determine that a STM32H743 is present?
It must do the standard SWD connection sequence:
It'll also query things like the device ID to find what part it is ...