cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeProgrammer Error: No STM32 target found - NUCLEO-H7A3ZI-Q

patelshre_21
Visitor

Hello,

I'm encountering a connection error with STM32CubeProgrammer when trying to connect to my NUCLEO-H7A3ZI-Q board.

**Error Details:**
- Error: "No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication"
- Board: NUCLEO-H7A3ZI-Q
- STM32CubeProgrammer version: v2.19.0
- OS: Windows 64-bit
- ST-LINK SN: 001C004330325115373336
- ST-LINK FW: V3J15M7
- Board Voltage: 1.22V

**What I've tried:**
- Checked USB cable connection
- Verified ST-LINK drivers installation
- Tried different USB ports
- Board appears to be detected (shows serial number and firmware)

**Question:**
How can I resolve this "No STM32 target found" error? Is the 1.22V voltage reading normal, or could this indicate a power issue?

Any help would be greatly appreciated!

Best regards

3 REPLIES 3
TDK
Super User

1.22 V is insufficient power. The ST-Link chip appears okay since it is detected, but the STM32H7 chip appears to have insufficient power. Download the schematic and trace power on the board to see what is damaged and fix it.

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

@TDK wrote:

Download the schematic and trace power on the board to see what is damaged and fix it.


Could also be a misconfiguration? The board has several powering options ...

@patelshre_21 Check in the User Manual and/or the schematics that you have the board correctly configured

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.
Andrew Neil
Super User

@patelshre_21 wrote:

- Board appears to be detected (shows serial number and firmware)


Indeed, but that's just the connection from the PC to the ST-Link.

So the problem is somewhere beyond the ST-Link ...

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

How to solve debugger connection issues

 

Unable to connect to STM32H7 devices

How can I recover my STM32H7/STM32H7RS board after facing a power configuration deadlock?

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.