2024-10-02 08:15 AM
Hello,
How to use ST link programmer from NUCLEO-WB55RG to connected to STM32WB5MMG module to flash my code.
Solved! Go to Solution.
2024-10-02 09:38 AM
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.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-10-02 09:38 AM
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.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-10-02 10:29 AM
Thank you very much again!