Difference between revisions of "GigaDevice GD32A503-EVAL"

From SEGGER Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
This article describes specifics for the GigaDevice GD32A503-EVAL evaluation board.
 
This article describes specifics for the GigaDevice GD32A503-EVAL evaluation board.
   
[[File:GD_GD32A503V-EVAL_Board_1.jpg|500px]]
+
[[File:GD_GD32A503V-EVAL_Board.jpg|500px]]
   
 
== Minimum requirements ==
 
== Minimum requirements ==
* J-Link software V6.83 or later
+
* J-Link software V7.82b or later
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 16: Line 16:
   
 
== 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 Mindmotion PLUS5270 MM32F5270. <br>
+
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>
 
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: V6.83
+
*J-Link software: V7.82b
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
 
*Hardware: GigaDevice GD32A503-EVAL
 
*Hardware: GigaDevice GD32A503-EVAL
*Link: [[File:MM_PLUS5270_MM32F5270_TestProject_ES_V634.zip]]
+
*Link: [[File:GigaDevice_GD32A503V-EVAL_GD32A503VD.zip]]

Latest revision as of 11:11, 11 November 2022

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

GD GD32A503V-EVAL Board.jpg

Minimum requirements

  • J-Link software V7.82b or later

Preparing for J-Link

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

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

SETUP