Difference between revisions of "GigaDevice GD32350R-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the GigaDevice GD32F310C-EVAL evaluation board.<br>
+
This article describes specifics for the GigaDevice GD32350R-EVAL evaluation board.<br>
 
[[File:GigaDevice_GD32350R-EVAL_GD32F350RB_board.jpg|450px]]
 
[[File:GigaDevice_GD32350R-EVAL_GD32F350RB_board.jpg|450px]]
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
 
*Connect the J-Link to the JTAG header (JP3)
 
*Connect the J-Link to the JTAG header (JP3)
*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_GD32350R-EVAL_GD32F350RB_connect.png|400px]]
 
[[File:GigaDevice_GD32350R-EVAL_GD32F350RB_connect.png|400px]]
Line 13: Line 13:
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the GigaDevice GD32350R-EVAL.<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 GD32350R-EVAL.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*Embedded Studio: V7.12a
+
*Embedded Studio: V8.10a
 
*Hardware: GigaDevice GD32350R-EVAL
 
*Hardware: GigaDevice GD32350R-EVAL
*Link: [[File:TODO.zip]]
+
*Link: [[File:GigaDevice_GD32F350RB_TestProject_ES_V810a.zip]]

Latest revision as of 14:26, 3 April 2024

This article describes specifics for the GigaDevice GD32350R-EVAL evaluation board.
GigaDevice GD32350R-EVAL GD32F350RB board.jpg

Preparing for J-Link

  • Connect the J-Link to the JTAG header (JP3)
  • Power the board via CN1.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP