Difference between revisions of "GigaDevice GD32103C-START"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the GigaDevice GD32103C-START evaluation board.<br> 450px == Preparing...")
 
(Preparing for J-Link)
 
Line 10: Line 10:
 
! J-Link Pin || Connector !! Pin || Name
 
! J-Link Pin || Connector !! Pin || Name
 
|-
 
|-
| VTref || JP6 || 1 || +3V3
+
| VTref || JP5 || 19 || +3V3
 
|-
 
|-
| GND || JP5 || 1 || GND
+
| GND || JP6 || 1 || GND
 
|-
 
|-
| TMS/SWDIO || JP5 || 6 || PA13
+
| TMS/SWDIO || JP6 || 40 || PA13
 
|-
 
|-
| TCK/SWCLK || JP5 || 7 || PA14
+
| TCK/SWCLK || JP5 || 37 || PA14
 
|}
 
|}
*Power the board via CN2.
+
*Power the board via CN1.
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
 
[[File:GigaDevice_GD32103C-START_GD32F103VC_connect.png|400px]]
 
[[File:GigaDevice_GD32103C-START_GD32F103VC_connect.png|400px]]

Latest revision as of 11:47, 5 April 2024

This article describes specifics for the GigaDevice GD32103C-START evaluation board.
GigaDevice GD32103C-START GD32F103VC picture.jpg

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref JP5 19 +3V3
GND JP6 1 GND
TMS/SWDIO JP6 40 PA13
TCK/SWCLK JP5 37 PA14
  • Power the board via CN1.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP