Difference between revisions of "GigaDevice GD32330C-START"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the GigaDevice GD32330C-START evaluation board.<br> 450px == Preparing fo...")
 
(SETUP)
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
! J-Link Pin || Connector !! Pin || Name
 
! J-Link Pin || Connector !! Pin || Name
 
|-
 
|-
| VTref || JP3 || 1 || +V
+
| VTref || JP2 || 19 || +3V3
 
|-
 
|-
| GND || JP3 || 4 || G
+
| GND || JP2 || 20 || GND
 
|-
 
|-
| TMS/SWDIO || JP3 || 2 || IO
+
| TMS/SWDIO || JP2 || 4 || PA13
 
|-
 
|-
| TCK/SWCLK || JP3 || 3 || CK
+
| TCK/SWCLK || JP3 || 7 || PA14
 
|}
 
|}
 
*Power the board via CN100.
 
*Power the board via CN100.
 
* 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_GD23F303B-START_GD32F303CB_connect.png|400px]]
+
[[File:GigaDevice_GD32330C-START_GD32330CB_connect.png|400px]]
   
 
== 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 GigaDevice GD32F303B-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 GD32330C-START.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V7.94k
+
*Embedded Studio: V7.12a
*Embedded Studio: V7.20
 
 
*Hardware: GigaDevice GD32F303B-START
 
*Hardware: GigaDevice GD32F303B-START
*Link: [[File:GigaDevice_GD32F303B-START_GD32F303CB_TestProject_ES_7V20.zip]]
+
*Link: [[File:GigaDevice_GD32330CB_TestProject_ES_V712a.zip]]

Latest revision as of 16:52, 27 February 2024

This article describes specifics for the GigaDevice GD32330C-START evaluation board.
GigaDevice GD32330C-START GD32330CB 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 JP3 7 PA14
  • Power the board via CN100.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP