Difference between revisions of "GigaDevice GD32A503-EVAL"

From SEGGER Wiki
Jump to: navigation, search
Line 6: Line 6:
   
 
== 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 19: Line 19:
 
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

Revision as of 11:26, 10 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 Mindmotion PLUS5270 MM32F5270.
It is a simple Hello World sample linked into the internal flash.

SETUP