Difference between revisions of "GigaDevice GD32L235R-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to ......
 
 
*Connect the J-Link to this pins:
 
*Connect the J-Link to this pins:
 
{| class="seggertable"
 
{| class="seggertable"
Line 13: Line 12:
 
! J-Link Pin || Connector !! Pin || Name
 
! J-Link Pin || Connector !! Pin || Name
 
|-
 
|-
| VTref || || ||
+
| VTref || JP15 || 1 || +3V3
 
|-
 
|-
| GND || || ||
+
| GND || JP15 || 4 || GND
 
|-
 
|-
| nTRST || || ||
+
| TMS/SWDIO || JP15 || 2 || IO
 
|-
 
|-
| TDI || || ||
+
| TCK/SWCLK || JP15 || 3 || CLK
|-
 
| TMS/SWDIO || || ||
 
|-
 
| TCK/SWCLK || || ||
 
|-
 
| RTCK || || ||
 
|-
 
| TDO/SWO || || ||
 
|-
 
| RESET || || ||
 
|-
 
| DBGRQ || || ||
 
|-
 
| 5V-Supply || || ||
 
 
 
|}
 
|}
*Power the board via........
+
*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_GD32L235R-EVAL_GD32E235RBT6_connect.png|400px]]
 
[[File:GigaDevice_GD32L235R-EVAL_GD32E235RBT6_connect.png|400px]]

Latest revision as of 13:51, 13 June 2024

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

GigaDevice GD32L235R-EVAL board.jpg

Preparing for J-Link

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

GigaDevice GD32L235R-EVAL GD32E235RBT6 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 GD32L235R-EVAL.
It is a simple Hello World sample linked into the internal flash.

SETUP