Difference between revisions of "GigaDevice GD32350C-START"

From SEGGER Wiki
Jump to: navigation, search
(SETUP)
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the GigaDevice GD32350C-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 GD32350C-START.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*Embedded Studio: V7.12a
+
*Embedded Studio: V8.10b
 
*Hardware: GigaDevice GD32350C-START
 
*Hardware: GigaDevice GD32350C-START
 
*Link: [[File:GigaDevice_GD32F350C8_TestProject_ES_V810b.zip]]
 
*Link: [[File:GigaDevice_GD32F350C8_TestProject_ES_V810b.zip]]

Latest revision as of 14:25, 3 April 2024

This article describes specifics for the GigaDevice GD32350C-START evaluation board.
GigaDevice GD32350C-START GD32F350C8 board.jpg

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref JP2 19 +3V3
GND JP2 20 GND
TMS/SWDIO JP2 4 PA13
TCK/SWCLK JP2 7 PA14
  • Power the board via CN1.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP