Difference between revisions of "GigaDevice GD32F310F-START"

From SEGGER Wiki
Jump to: navigation, search
(Example Project)
 
Line 23: Line 23:
   
 
== 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 GD32F303B-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 GD32F310F-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.12a
 
*Embedded Studio: V7.12a
 
*Hardware: GigaDevice GD32F310F-START
 
*Hardware: GigaDevice GD32F310F-START
*Link: [[File:GigaDevice_GD32F310F-START_GD32F310F8P6_TestProject_ES_7V12a.zip]]
+
*Link: [[File:GigaDevice_GD32F310F8P6_TestProject_ES_7V12a.zip]]

Latest revision as of 16:17, 27 February 2024

This article describes specifics for the GigaDevice GD32F310F-START evaluation board.
GigaDevice GD32F310F-START GD32F310FCB board.jpg

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref JP3 1 +V
GND JP3 4 G
TMS/SWDIO JP3 2 IO
TCK/SWCLK JP3 3 CK
  • Power the board via CN100.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP