User Guide
GD32130F-START
4 /11
1.
Summary
GD32130F-START-V1.0 board uses GD32F130F8P6 as the main controller. As a complete
development platform of GD32F1x0
powered by ARM® Cortex™-M3 core, the board
supports full range of peripherals. It uses mini-USB interface to supply 3.3V power. SWD,
Reset, Boot, User button key, LED and Extension Pin are also included. This document
details its hardware schematic and the relevant applications.
2.
Function Pin Assign
Table 2-1 Pin assignment
Function
Pin
Description
LED
PA1
LED1
PA2
LED2
KEY
PA0
K1-User Key
RESET
K2-Reset
3.
Getting started
The START Board uses mini-USB connecter to get power, the hardware system power is
+3.3V. A mini-USB cable are necessary to down programs. Select the correct boot mode and
then power on, the LED3 will turn on, which indicates the power supply is ready.
There are Keil version and IAR version of all projects. Keil version of the projects are created
based on Keil MDK-ARM 4.74 uVision4. IAR version of the projects are created based on
IAR Embedded Workbench for ARM 7.40.2. During use, the following points should be
noted:
1. If you use Keil uVision4 to open the project, install the GD32F1x0_AddOn.3.2.0.exe to
load the associated files.
2. If you use Keil uVision5 to open the project, there are two ways to solve the "Device
Missing (s)" problem. One is to install GigaDevice.GD32F1x0_DFP.3.2.0.pack. In Project
menu, select the Manage sub menu, click on the “Version Migrate 5 Format...” menu, the Keil
uVision4 project will be converted to Keil uVision5 project. Then add “C:\Keil_v5\ARM\Pack
\ARM\CMSIS\4.2.0\CMSIS\I
nclude” to C/C++ in Option for Target. The other is to install
Addon directly. Select the installation directory of Keil uVision5 software, such as C:\Keil_v5,
in Destination Folder of Folder Selection. Select the corresponding device in Device of
Option f
or Target and add “C:\Keil_v5\ARM\Pack\ARM\CMSIS\4.2.0\CMSIS\Include” to
C/C++ in Option for Target.
3. If you use IAR to open the project, install IAR_GD32F1x0_ADDON.3.2.0.exe to load the
associated files.