Difference between revisions of "ST NUCLEO-WBA55CG"

From SEGGER Wiki
Jump to: navigation, search
 
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-WBA55CG.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
 
*J-Link software: V7.96c
 
*J-Link software: V7.96c

Latest revision as of 17:26, 2 April 2024

This article describes specifics for the ST NUCLEO-WBA55CG evaluation board.
ST NUCLEO-WBA55CG STM32WBA55CG board.gif

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 9-10 (VBUS)
  • Power the board via CN15 (USB-C)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

ST NUCLEO-WBA55CG STM32WBA55CG 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-WBA55CG.
It is a simple Hello World sample linked into the internal flash.

SETUP