Difference between revisions of "GigaDevice GD32350C-START"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the GigaDevice GD32350C-START evaluation board.<br> 450px == Preparing fo...")
 
(SETUP)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
This article describes specifics for the GigaDevice GD32350C-START evaluation board.<br>
 
This article describes specifics for the GigaDevice GD32350C-START evaluation board.<br>
[[File:GigaDevice_GD32350C-START_GD32350C8_board.jpg|450px]]
+
[[File:GigaDevice_GD32350C-START_GD32F350C8_board.jpg|450px]]
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 10: Line 10:
 
! J-Link Pin || Connector !! Pin || Name
 
! J-Link Pin || Connector !! Pin || Name
 
|-
 
|-
| VTref || JP100 || 1 || +3V3
+
| VTref || JP2 || 19 || +3V3
 
|-
 
|-
| GND || JP100 || 4 || GND
+
| GND || JP2 || 20 || GND
 
|-
 
|-
| TMS/SWDIO || JP100 || 2 || L SWDIO
+
| TMS/SWDIO || JP2 || 4 || PA13
 
|-
 
|-
| TCK/SWCLK || JP100 || 3 || L SWDCK
+
| TCK/SWCLK || JP2 || 7 || PA14
 
|}
 
|}
*Power the board via CN100.
+
*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_GD32350C-START_GD32350C8_connect.png|400px]]
 
[[File:GigaDevice_GD32350C-START_GD32350C8_connect.png|400px]]
Line 25: Line 25:
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the GigaDevice GD32350C-START.<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 GigaDevice GD32350C-START.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*Embedded Studio: V7.12a
+
*Embedded Studio: V8.10b
 
*Hardware: GigaDevice GD32350C-START
 
*Hardware: GigaDevice GD32350C-START
*Link: [[File:GigaDevice_GD32330CB_TestProject_ES_V712a.zip]]
+
*Link: [[File:GigaDevice_GD32F350C8_TestProject_ES_V810b.zip]]

Latest revision as of 14:25, 3 April 2024

This article describes specifics for the GigaDevice GD32350C-START evaluation board.
GigaDevice GD32350C-START GD32F350C8 board.jpg

Preparing for J-Link

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

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

SETUP