Difference between revisions of "GigaDevice GD32A490I-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Evalboards __TOC__ This article describes specifics for the GigaDevice GD32A503-EVAL evaluation board. 500px == Minimum re...")
 
Line 2: Line 2:
 
__TOC__
 
__TOC__
   
This article describes specifics for the GigaDevice GD32A503-EVAL evaluation board.
+
This article describes specifics for the GigaDevice GD32A490I-EVAL evaluation board.
   
[[File:GD_GD32A503V-EVAL_Board.jpg|500px]]
+
[[File:GigaDevice_GD32A490I-EVAL_GD32A490ZI_board.jpg|500px]]
   
 
== Minimum requirements ==
 
== Minimum requirements ==
Line 10: Line 10:
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to the JTAG header (JP2)
+
*Connect the J-Link to the JTAG header (JP1)
 
*Power the board via USB (GD-LINK CN100)
 
*Power the board via USB (GD-LINK 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:GD_GD32A503_EVAL_GD32A503VD Connect.png|400px]]
+
[[File:GigaDevice_GD32A490I-EVAL_GD32A490ZI_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 GD32A503-EVAL. <br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the GigaDevice GD32A490I-EVAL. <br>
 
It is a simple Hello World sample linked into the internal flash.<br>
 
It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V7.82b
+
*J-Link software: V7.96p
*Embedded Studio: V6.34
+
*Embedded Studio: V2.20
*Hardware: GigaDevice GD32A503-EVAL
+
*Hardware: GigaDevice GD32A490I-EVAL
*Link: [[File:GigaDevice_GD32A503V-EVAL_GD32A503VD.zip]]
+
*Link: [[File:GigaDevice_GD32A490I-EVAL_GD32A490ZI_TestProject_ES_7V20.zip]]

Revision as of 08:47, 25 June 2024

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

GigaDevice GD32A490I-EVAL GD32A490ZI board.jpg

Minimum requirements

  • J-Link software V7.82b or later

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

SETUP