Difference between revisions of "HSXP HK32F030M"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the HSXP_HK32F030M evaluation board. It can be used to test & verify HK32F03xx series device support. File:HSXP_HK32F030M.jpg|...")
 
(Preparing for J-Link)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the HSXP_HK32F030M evaluation board. It can be used to test & verify HK32F03xx series device support.
+
This article describes specifics for the HSXP_HK32F030M/0301M evaluation board. It can be used to test & verify HK32F03xx series device support.
   
 
[[File:HSXP_HK32F030M.jpg|450px]]
 
[[File:HSXP_HK32F030M.jpg|450px]]
Line 9: Line 9:
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to the SWD header (CN1) on the right side
+
*Connect the J-Link to the SWD header (CN1) on the right side with jumper cables.
  +
{| class="wikitable"
  +
|-
  +
! Board Pin !! J-Link Pin
  +
|-
  +
| GND || GND (PIN4)
  +
|-
  +
| 3.3V || VTref (PIN1)
  +
|-
  +
| DIO || SWDIO (PIN7)
  +
|-
  +
| CLK || SWDCLK (PIN9)
  +
|-
  +
| RST || RESET (PIN15)
  +
|}
 
*Power the board via the USB connector
 
*Power the board via the USB connector
   
 
== 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 NXP JN5189-DK006. 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 HSXP HK32F030M /HK32F0301M. It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
 
*J-Link software: V7.60c
 
*J-Link software: V7.60c

Latest revision as of 10:30, 10 January 2022

This article describes specifics for the HSXP_HK32F030M/0301M evaluation board. It can be used to test & verify HK32F03xx series device support.

HSXP HK32F030M.jpg

Minimum requirements

  • J-Link software V7.60c or later

Preparing for J-Link

  • Connect the J-Link to the SWD header (CN1) on the right side with jumper cables.
Board Pin J-Link Pin
GND GND (PIN4)
3.3V VTref (PIN1)
DIO SWDIO (PIN7)
CLK SWDCLK (PIN9)
RST RESET (PIN15)
  • Power the board via the USB connector

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the HSXP HK32F030M /HK32F0301M. It is a simple Hello World sample linked into the internal flash.

SETUP