Skip to main content
Explorer
April 30, 2025
Solved

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

  • April 30, 2025
  • 3 replies
  • 559 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

    This topic has been closed for replies.
    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

    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.

    RflorAuthor
    Explorer
    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?

    TDKAnswer
    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.

    RflorAuthor
    Explorer
    April 30, 2025

    Thanks for your help, I will try it