Skip to main content
Senior
October 2, 2024
Solved

Use ST link from NUCLEO-WB55RG to flash an STM32WB5MMG module

  • October 2, 2024
  • 2 replies
  • 847 views

Hello,

How to use ST link programmer from NUCLEO-WB55RG to connected to STM32WB5MMG module to flash my code.

Best answer by STTwo-32

Hello @GS2 

To program your STM32WB5MMG Module using a NUCLEO-WB55RG, you have to take of all connectors available on the JP5 of the NUCLEO board and connect the pins from the JP5 to the pins of the STM32WB5MMG module as follow:

 STM32WB5MMG module JP5 of the NUCLEO-WB55RG
VDD  T_VDD
PB3 SWO
PA14 SWCLK
PA13 SWDIO
NRST NRST

PS: use the pins of the JP5 on your right hand for the NUCLEO board.

STTwo32_0-1727887043370.jpeg

Best Regards.

STTwo-32

2 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
October 2, 2024

Hello @GS2 

To program your STM32WB5MMG Module using a NUCLEO-WB55RG, you have to take of all connectors available on the JP5 of the NUCLEO board and connect the pins from the JP5 to the pins of the STM32WB5MMG module as follow:

 STM32WB5MMG module JP5 of the NUCLEO-WB55RG
VDD  T_VDD
PB3 SWO
PA14 SWCLK
PA13 SWDIO
NRST NRST

PS: use the pins of the JP5 on your right hand for the NUCLEO board.

STTwo32_0-1727887043370.jpeg

Best Regards.

STTwo-32

GS2Author
Senior
October 2, 2024

Thank you very much again!