Difference between revisions of "ST NUCLEO-WBA52CG"

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
   
 
== Example Project==
 
== Example Project==
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the [SiliconVendor] [EvalBoardName].<br>It is a simple Hello World sample linked into the internal flash.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the ST NUCLEO-WBA52CG.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
 
*J-Link software: V7.88k
 
*J-Link software: V7.88k
*Embedded Studio: V6.34.52b
+
*Embedded Studio: V6.52b
 
*Hardware: ST NUCLEO-WBA52CG
 
*Hardware: ST NUCLEO-WBA52CG
 
*Link: [[File:ST_NUCLEO-WBA52CG_STM32WBA52CG_TestProject_ES_V634.zip]]
 
*Link: [[File:ST_NUCLEO-WBA52CG_STM32WBA52CG_TestProject_ES_V634.zip]]

Latest revision as of 17:30, 2 April 2024

This article describes specifics for the ST NUCLEO-WBA52CG evaluation board.
ST NUCLEO-WBA52CG STM32WBA52CG board.jpg

Preparing for J-Link

  • Connect the J-Link to CN3-8(GND) CN3-9(SWDIO) CN3-11(SWDCLK) CN3-12(VTref) CN3-14(Reset).
  • Set Jumper JP1 to 5-6 (5VINT)
  • Power the board via CN3-22(GND) CN3-24(5V).
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

ST NUCLEO-WBA52CG STM32WBA52CG connect.png

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the ST NUCLEO-WBA52CG.
It is a simple Hello World sample linked into the internal flash.

SETUP