Skip to main content
Rflor
Associate II
April 30, 2025
Solved

STM32H7 Nucleo-144 boards (MB1364) for programming external board

  • April 30, 2025
  • 3 replies
  • 561 views

Hi, I'm using ST for the first time, I have a NUCLEO-H753ZI, and I cant find in the user manual if it is possible to program an external MCU using the Embedded STLINK-V3E, can someone help me with this ?

Thanks

Best answer by TDK

Yes. Connect GND, SWDIO, SWCLK at a minimum. Disconnect them from the on-board MCU. Download the schematic from the nucleo board product page under CAD resources to see where these traces go.

3 replies

TDK
Super User
April 30, 2025

It's technically possible, but not really intended and isn't easy to do. It would be better to use a standalone programmer.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Rflor
RflorAuthor
Associate II
April 30, 2025

what do I need? if separate the jtag/swd signals from the on board MCU and connect them to the external MCU it could wokr?

TDK
TDKBest answer
Super User
April 30, 2025

Yes. Connect GND, SWDIO, SWCLK at a minimum. Disconnect them from the on-board MCU. Download the schematic from the nucleo board product page under CAD resources to see where these traces go.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Rflor
RflorAuthor
Associate II
April 30, 2025

Thanks for your help, I will try it