Skip to main content
Associate III
January 14, 2025
Question

How to use STLINK-V3 module on STM32H743/ F407/ F410 Nucleo

  • January 14, 2025
  • 2 replies
  • 1848 views

Hello i m would to learn how to debug the h743, h753, f407, and f410 nucleo board using the STLINK-V3 module, i know the H743 Nucleo board has a build-in stlink, but i just wanna learn to use this STLINK-V3 before my custom design board is ready. Can anyone help to advise? 

https://www.amazon.com/STLINK-V3-Modular-Circuit-debugger-Programmer/dp/B07KPMK8VX

2 replies

Andrew Neil
Super User
January 14, 2025

It's just a matter of connecting the external debugger to the Target microcontroller's debug pins - in exactly the same way that the onboard ST-Link is connected to the Target.

Look at the Nucleo board's Schematics to see how the onboard ST-Link is connected to the Target.

You will need to break the connections from the onboard ST-Link in order for an external debugger to work.

There will be jumper links and/or solder bridges to do that - see the Nucleo board's Schematics and/or User Manual for details.

 

PS:

 


@HMSEdinburge wrote:

f407, and f410 nucleo board


I don't think Nucleo boards exist for those particular parts?

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
January 14, 2025

In STM32H7 Nucleo-144 boards (MB1364) User Manual:

AndrewNeil_0-1736868060793.png

See: https://www.st.com/en/evaluation-tools/nucleo-h743zi.html#documentation

 

So follow the instructions there!

 

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.
Technical Moderator
January 15, 2025
"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"