Difference between revisions of "GigaDevice GD32L233C-START"

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
(Preparing for J-Link)
Line 11: Line 11:
 
! J-Link Pin || Connector !! Pin || Name
 
! J-Link Pin || Connector !! Pin || Name
 
|-
 
|-
| VTref || JP2 || 1 || +3V3
+
| VTref || JP2 || 1 || V
 
|-
 
|-
 
| GND || JP2 || 4 || GND
 
| GND || JP2 || 4 || GND
 
|-
 
|-
| TMS/SWDIO || JP2 || 2 || PA13
+
| TMS/SWDIO || JP2 || 2 || IO
 
|-
 
|-
| TCK/SWCLK || JP2 || 3 || PA14
+
| TCK/SWCLK || JP2 || 3 || CK
 
|}
 
|}
 
*Power the board via CN100.
 
*Power the board via CN100.

Revision as of 16:43, 7 June 2024

This article describes specifics for the GigaDevice GD32L233C-START evaluation board.
GigaDevice GD32L233C-START GD32L233CCT6 picture.jpg

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref JP2 1 V
GND JP2 4 GND
TMS/SWDIO JP2 2 IO
TCK/SWCLK JP2 3 CK
  • Power the board via CN100.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

GigaDevice GD32L233C-START GD32L233CCT6 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 GigaDevice GD32L233C-START.
It is a simple Hello World sample linked into the internal flash.

SETUP