Difference between revisions of "GigaDevice GD32105C-EVAL"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the GigaDevice GD32105C-EVAL evaluation board.<br> 450px == Preparing f...")
 
(Example Project)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
 
*Connect the J-Link to the JTAG header (JP1)
 
*Connect the J-Link to the JTAG header (JP1)
*Power the board via CN1.
+
*Power the board via CN2.
 
* 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:GigaDevice_GD32105C-EVAL_GD32F105VC_connect.png|400px]]
 
[[File:GigaDevice_GD32105C-EVAL_GD32F105VC_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 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