Difference between revisions of "GigaDevice GD32F303B-START"

From SEGGER Wiki
Jump to: navigation, search
(SETUP)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
   
 
This article describes specifics for the GigaDevice GD32F303B-START evaluation board.<br>
 
This article describes specifics for the GigaDevice GD32F303B-START evaluation board.<br>
  +
[[File:GigaDevice_GD23F303B-START_GD32F303CB_board.jpg|450px]]
'''[PICTURE OF BOARD]'''
 
[[File:VENDOR_BOARDNAME.jpg|450px]]
 
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to ......
 
 
*Connect the J-Link to this pins:
 
*Connect the J-Link to this pins:
 
{| class="seggertable"
 
{| class="seggertable"
Line 12: Line 10:
 
! J-Link Pin || Connector !! Pin || Name
 
! J-Link Pin || Connector !! Pin || Name
 
|-
 
|-
| VTref || || ||
+
| VTref || JP3 || 1 || +V
 
|-
 
|-
| GND || || ||
+
| GND || JP3 || 4 || G
 
|-
 
|-
| nTRST || || ||
+
| TMS/SWDIO || JP3 || 2 || IO
 
|-
 
|-
| TDI || || ||
+
| TCK/SWCLK || JP3 || 3 || CK
|-
 
| TMS/SWDIO || || ||
 
|-
 
| TCK/SWCLK || || ||
 
|-
 
| RTCK || || ||
 
|-
 
| TDO/SWO || || ||
 
|-
 
| RESET || || ||
 
|-
 
| DBGRQ || || ||
 
|-
 
| 5V-Supply || || ||
 
 
 
|}
 
|}
*Power the board via........
+
*Power the board via CN100.
 
* 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_GD23F303B-START_GD32F303CB_connect.png|400px]]
'''[PICTURE OF CONNECT]'''
 
[[File:VENDOR_DEVICE_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 [SiliconVendor] [EvalBoardName].<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 GD32F303B-START.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V7.xx
 
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
*Hardware: [SiliconVendor] [EvalBoardName]
+
*Hardware: GigaDevice GD32F303B-START
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V452b.zip]]
+
*Link: [[File:GigaDevice_GD32F303B-START_GD32F303CB_TestProject_ES_7V20.zip]]

Latest revision as of 15:13, 2 April 2024

This article describes specifics for the GigaDevice GD32F303B-START evaluation board.
GigaDevice GD32F303B-START GD32F303CB 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 GD32F303B-START GD32F303CB 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 GD32F303B-START.
It is a simple Hello World sample linked into the internal flash.

SETUP