Difference between revisions of "GigaDevice GD32303C-START"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the GigaDevice GD32303C-START evaluation board.<br> 450px == Prepari...")
 
(SETUP)
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 GD32303C-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 GD32303C-START.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V7.94k
 
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
 
*Hardware: GigaDevice GD32303C-START
 
*Hardware: GigaDevice GD32303C-START
*Link: [[File:GigaDevice_GD32F303B-START_GD32F303CB_TestProject_ES_7V20.zip]]
+
*Link: [[File:GigaDevice_GD32F303CG_TestProject_ES_V810b.zip]]

Revision as of 14:44, 2 April 2024

This article describes specifics for the GigaDevice GD32303C-START evaluation board.
GigaDevice GD32303C-START GD32F303CGT6 picture.jpg

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref JP2 17 +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 GD32303C-START GD32F303CGT6.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 GD32303C-START.
It is a simple Hello World sample linked into the internal flash.

SETUP