Difference between revisions of "GigaDevice GD32L235R-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Evalboards __TOC__ This article describes specifics for the GigaDevice GD32L235R-EVAL evaluation board. 450px ==...")
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
__TOC__
 
__TOC__
   
This article describes specifics for the GigaDevice GD32L235R-EVAL evaluation board.
+
This article describes specifics for the GigaDevice GD32L235R-EVAL evaluation board.<br>
   
 
[[File:GigaDevice_GD32L235R-EVAL_board.jpg|450px]]
 
[[File:GigaDevice_GD32L235R-EVAL_board.jpg|450px]]
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to the pins as seen in the image below:
+
*Connect the J-Link to ......
  +
*Connect the J-Link to this pins:
  +
{| class="seggertable"
  +
|-
  +
! J-Link Pin || Connector !! Pin || Name
  +
|-
  +
| VTref || || ||
  +
|-
  +
| GND || || ||
  +
|-
  +
| nTRST || || ||
  +
|-
  +
| TDI || || ||
  +
|-
  +
| TMS/SWDIO || || ||
  +
|-
  +
| TCK/SWCLK || || ||
  +
|-
  +
| RTCK || || ||
  +
|-
  +
| TDO/SWO || || ||
  +
|-
  +
| RESET || || ||
  +
|-
  +
| DBGRQ || || ||
  +
|-
  +
| 5V-Supply || || ||
   
  +
|}
[[File:GigaDevice_GD32L233R-EVAL_connected.jpg|450px]]
 
  +
*Power the board via........
 
*Power the board via usb power supply
 
 
* 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_GD32L233R-EVAL_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 GD32L233R-EVAL. It is a simple Hello World sample linked into the internal flash.
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the GigaDevice GD32L235R-EVAL.<br>
  +
It is a simple Hello World sample linked into the internal flash.<br>
 
'''SETUP'''
+
====SETUP====
*J-Link software: V7.67c
+
*Embedded Studio: V7.20
  +
*Hardware: GigaDevice GD32L235R-EVAL
*Embedded Studio: V6.22a
 
  +
*Link: [[File:GigaDevice_GD32L235R._TestProject_ES_7V20.zip]]
*Hardware: GigaDevice GD32L233R-EVAL
 
*Link: [[File:GigaDevice_GD32L233R-EVAL_TestProject_ES_V622a.zip]]
 

Revision as of 13:48, 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 ......
  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref
GND
nTRST
TDI
TMS/SWDIO
TCK/SWCLK
RTCK
TDO/SWO
RESET
DBGRQ
5V-Supply
  • Power the board via........
  • 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