Difference between revisions of "GigaDevice GD32VW553H-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the GigaDevice GD32VW553H-EVAL evaluation board.<br> 450px == Preparing...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
Line 13: Line 14:
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the GigaDevice GD32VW553H-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 GD32VW553H-EVAL.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V7.92c
+
*J-Link software: V7.92l
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
 
*Hardware: GigaDevice GD32VW553H-EVAL
 
*Hardware: GigaDevice GD32VW553H-EVAL

Latest revision as of 14:28, 15 May 2024

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

Preparing for J-Link

  • Connect the J-Link to JP1.
  • Power the board via CN2.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP