Difference between revisions of "GigaDevice GD32E235C-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Evalboards __TOC__ This article describes specifics for the GigaDevice GD32E235C-EVAL evaluation board.<br> 450px...")
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
This article describes specifics for the GigaDevice GD32E235C-EVAL evaluation board.<br>
 
This article describes specifics for the GigaDevice GD32E235C-EVAL evaluation board.<br>
   
[[File:GigaDevice_GD32L235R-EVAL_board.jpg|450px]]
+
[[File:GigaDevice_GD32E235C-EVAL_board.jpg|450px]]
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 12: Line 12:
 
! J-Link Pin || Connector !! Pin || Name
 
! J-Link Pin || Connector !! Pin || Name
 
|-
 
|-
| VTref || JP15 || 1 || +3V3
+
| VTref || JP1 || 1 || +3V3
 
|-
 
|-
| GND || JP15 || 4 || GND
+
| GND || JP1 || 4 || GND
 
|-
 
|-
| TMS/SWDIO || JP15 || 2 || IO
+
| TMS/SWDIO || JP1 || 2 || IO
 
|-
 
|-
| TCK/SWCLK || JP15 || 3 || CLK
+
| TCK/SWCLK || JP1 || 3 || CLK
 
|}
 
|}
*Power the board via CN1.
+
*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_GD32L235R-EVAL_GD32E235RBT6_connect.png|400px]]
+
[[File:GigaDevice_GD32E235C-EVAL_GD32E235RBT6_connect.png|400px]]
   
 
== Example Project==
 
== Example Project==
Line 30: Line 30:
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
 
*Hardware: GigaDevice GD32E235C-EVAL
 
*Hardware: GigaDevice GD32E235C-EVAL
*Link: [[File:GigaDevice_GD32L235R._TestProject_ES_7V20.zip]]
+
*Link: [[File:GigaDevice_GD32E235CBT6._TestProject_ES_7V20.zip]]

Revision as of 14:02, 13 June 2024

This article describes specifics for the GigaDevice GD32E235C-EVAL evaluation board.

GigaDevice GD32E235C-EVAL board.jpg

Preparing for J-Link

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

400px

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the GigaDevice GD32E235C-EVAL.
It is a simple Hello World sample linked into the internal flash.

SETUP