cancel
Showing results for 
Search instead for 
Did you mean: 

ST-LINK stopped working. read Voltage = 0, ID can't be read out.

RongShengWang
Associate III

Hi,

    I use Nucleo-H753ZI.

    I am using STM32CubeProgrammer. to debug mt ST_LINK, which stopped working.
    I read Voltage = 0, ID can't be read out. 
    How to fix it?   Thanks
RongShengWang_0-1751395179695.png

 

4 REPLIES 4
AScha.3
Super User

Hi,

target at 0V , no power. 

So check, what you did...or "happened" ... is board powered? (no) Jumpers all there ? and have contact - check.

+

Anything connected to board ? remove it. check for short power-gnd.  (3v3 --- gnd)

 

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

Review the schematics, see CAD Resources tab on product page.

Trace power connectivity from ST-LINK USB to the MCU and point on card where the STM32F103 checks the voltage. 

Evaluate what you did with the board. Don't place on conductive surfaces. Watch for external electronics you've attached.

 

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Imen.D
ST Employee

Hello @RongShengWang 

I recommend you check this article which describes tips to fix such errors encountered: 

How to solve connection errors when connecting and programming the STM32 target board

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Andrew Neil
Super User

@RongShengWang wrote:

    I use Nucleo-H753ZI.

    I am using STM32CubeProgrammer. to debug mt ST_LINK,

Just to be clear: is that the built-in ST-Link, or an external one?

 


@RongShengWang wrote:
 
    I read Voltage = 0,

What makes you think that is due to a faulty ST-Link?

As the others suggested, have you checked that the the supply voltage is actually present, and that it's reaching the ST-Link?

Many Nucleo boards have various power supply options, some of which render the ST-Link unusable. Check the User Manual for details.

 


@RongShengWang wrote:
ID can't be read out. 

If the ST-Link can't see any power on the board, it won't be able to do anything with the Target!

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.