cancel
Showing results for 
Search instead for 
Did you mean: 

nucleo144 stm32h7a3 with custom board

Icont.1
Associate II

I would like to use the stlink/v3 on the Nucleo144 stm32h7a3 board to program/debug my board is this possible? what do I need to connect?

4 REPLIES 4
Chloe Meunier
ST Employee

Hello,

I advise you to download the nucleo board schematic to know witch connections are used. Board reference is MB1363 you can download schematics here: MB1363 - Resources - Search STMicrocontrollers

Connector CN5 is an easy way to connect a board to STLinkV3.

BR

Chloé

Icont.1
Associate II

I used the cn2 in this way from the left 3v3, swclk, gnd, swdio towards the pins of my card pin 3 (swclk), pin 1 (gnd), pin 4 (swdio) and pin 6 (3v3). when I connect it to debug to my program it tells me no device found on target

Chloe Meunier
ST Employee

You also need UART to work. signals T_VCP_TX and T_VCP-RX are available on CN5 connector.

TDK
Guru

I don't see an easy way on that board to disconnect SWDIO/SWCLK from the onboard processor. You would need to do that before using it to program an external board. The VCP connections are definitely optional.

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