2025-01-14 06:34 AM
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
2025-01-14 06:54 AM - edited 2025-01-14 06:59 AM
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?
2025-01-14 07:22 AM
In STM32H7 Nucleo-144 boards (MB1364) User Manual:
See: https://www.st.com/en/evaluation-tools/nucleo-h743zi.html#documentation
So follow the instructions there!
2025-01-14 04:43 PM
2025-01-14 04:55 PM - edited 2025-01-14 04:58 PM
ST Product Pages are more useful - all the documentation, etc, is there:
https://www.st.com/en/evaluation-tools/nucleo-f410rb.html
https://www.st.com/en/evaluation-tools/stm32f4discovery.html
2025-01-14 05:02 PM
any document on how to use STLink v3?