Difference between revisions of "GigaDevice GD32105C-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
(Example Project)
 
Line 11: Line 11:
   
 
== 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 GD32103C-START.<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 GD32105C-EVAL .<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
 
*Embedded Studio: V8.10b
 
*Embedded Studio: V8.10b
*Hardware: GigaDevice GD32103C-START
+
*Hardware: GigaDevice GD32105C-EVAL
 
*Link: [[File:GigaDevice_GD32F105VC_TestProject_ES_V810b.zip]]
 
*Link: [[File:GigaDevice_GD32F105VC_TestProject_ES_V810b.zip]]

Latest revision as of 15:12, 5 April 2024

This article describes specifics for the GigaDevice GD32105C-EVAL evaluation board.
GigaDevice GD32105C-EVAL GD32F105VC picture.jpg

Preparing for J-Link

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

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

SETUP