Difference between revisions of "XHSC HC32LF17/9xGO-STK-V2.0"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Evalboards __TOC__ This article describes specifics for the [SiliconVendor] [EvalBoardName] evaluation board.<br> '''[PICTURE OF BOARD]''' File:VENDOR_BOARDNAM...")
 
Line 2: Line 2:
 
__TOC__
 
__TOC__
   
This article describes specifics for the [SiliconVendor] [EvalBoardName] evaluation board.<br>
+
This article describes specifics for the XHSC HC32LF17/9xGO-STK-V2.0 evaluation board.<br>
 
'''[PICTURE OF BOARD]'''
 
'''[PICTURE OF BOARD]'''
 
[[File:VENDOR_BOARDNAME.jpg|450px]]
 
[[File:VENDOR_BOARDNAME.jpg|450px]]
Line 38: Line 38:
 
*Power the board via........
 
*Power the board via........
 
* 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:XHSC_HC32LF17-9x GO-STK-V2.0_HC32L196PCTA_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 XHSC HC32LF17/9xGO-STK-V2.0.<br>
  +
It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
*Hardware: [SiliconVendor] [EvalBoardName]
+
*Hardware: XHSC HC32LF17/9xGO-STK-V2.0
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V720.zip]]
+
*Link: [[File:XHSC_HC32L196PCTA_TestProject_ES_V720.zip]]

Revision as of 19:12, 17 June 2024

This article describes specifics for the XHSC HC32LF17/9xGO-STK-V2.0 evaluation board.
[PICTURE OF BOARD] 450px

Preparing for J-Link

  • Connect the J-Link to ......
  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref
GND
nTRST
TDI
TMS/SWDIO
TCK/SWCLK
RTCK
TDO/SWO
RESET
DBGRQ
5V-Supply
  • Power the board via........
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

XHSC HC32LF17-9x GO-STK-V2.0 HC32L196PCTA 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 XHSC HC32LF17/9xGO-STK-V2.0.
It is a simple Hello World sample linked into the internal flash.

SETUP