Difference between revisions of "GigaDevice GD32170C-START"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Evalboards __TOC__ This article describes specifics for the GigaDevice GD32170C-START evaluation board.<br> File:GigaDevice_GD32F170C8_GD32170C-START_board.jpg...")
 
(Preparing for J-Link)
 
Line 6: Line 6:
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to the JTAG header (JP1)
+
*Connect the J-Link to this pins:
  +
{| class="seggertable"
*Power the board via CN2.
 
  +
|-
  +
! J-Link Pin || Connector !! Pin || Name
  +
|-
  +
| VTref || JP1 || 20 || +5V
  +
|-
  +
| GND || JP1 || 19 || GND
  +
|-
  +
| TMS/SWDIO || JP2 || 4 || PA13
  +
|-
  +
| TCK/SWCLK || JP2 || 7 || PA14
  +
|}
  +
*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_GD32F170C8_GD32170C-START_connect.png|400px]]
 
[[File:GigaDevice_GD32F170C8_GD32170C-START_connect.png|400px]]

Latest revision as of 17:23, 14 May 2024

This article describes specifics for the GigaDevice GD32170C-START evaluation board.
GigaDevice GD32F170C8 GD32170C-START board.jpg

Preparing for J-Link

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

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

SETUP