Difference between revisions of "GigaDevice GD32F527I-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Evalboards __TOC__ This article describes specifics for the GigaDevice GD32F527I-EVAL evaluation board. File:GigaDevice_GD32A490I-EVAL_GD32A490ZI_board.jpg|50...")
 
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
This article describes specifics for the GigaDevice GD32F527I-EVAL evaluation board.
 
This article describes specifics for the GigaDevice GD32F527I-EVAL evaluation board.
   
[[File:GigaDevice_GD32A490I-EVAL_GD32A490ZI_board.jpg|500px]]
+
[[File:GigaDevice_GD32F527I-EVAL_GD32F527IST7_board.jpg|500px]]
 
== Minimum requirements ==
 
* J-Link software V7.82b or later
 
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 14: Line 11:
 
* 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_GD32A490I-EVAL_GD32A490ZI_connect.png|400px]]
+
[[File:GigaDevice_GD32F527I-EVAL_GD32F527IST7_connect.png|400px]]
   
 
== Example Project==
 
== Example Project==
Line 23: Line 20:
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
 
*Hardware: GigaDevice GD32F527I-EVAL
 
*Hardware: GigaDevice GD32F527I-EVAL
*Link: [[File:GigaDevice_GD32A490I-EVAL_GD32A490ZI_TestProject_ES_7V20.zip]]
+
*Link: [[File:GigaDevice_GD32F527IST7_TestProject_ES_7V20.zip]]

Latest revision as of 09:13, 25 June 2024

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

GigaDevice GD32F527I-EVAL GD32F527IST7 board.jpg

Preparing for J-Link

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

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

SETUP