Difference between revisions of "HK32F030xx"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ Based on ARM ® Cortex ® -M0 core, HK32F030M embeds a 16-Kbyte Flash, a 448-byte EEPROM and a 2-Kbyte SRAM. Its maximum frequency is 32 MHz. All the pins of HK32F...")
 
(Example Application)
Line 24: Line 24:
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the HSXP HK32F030M/0301M evalboard. It is a simple Hello World sample linked into the internal flash.
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the HSXP HK32F030M/0301M evalboard. It is a simple Hello World sample linked into the internal flash.
 
'''SETUP'''
 
'''SETUP'''
*J-Link software: V7.60b
+
*J-Link software: V7.61a
 
*Embedded Studio: V5.50d
 
*Embedded Studio: V5.50d
 
*Hardware: HSXP HK32F030M/0301M evalboard
 
*Hardware: HSXP HK32F030M/0301M evalboard
  +
*Link: [[File:HSXP_HK32F030xx_TestProject_ES_V550d.zip]]
*Link: TBD
 

Revision as of 16:19, 16 December 2021

Based on ARM ® Cortex ® -M0 core, HK32F030M embeds a 16-Kbyte Flash, a 448-byte EEPROM and a 2-Kbyte SRAM. Its maximum frequency is 32 MHz. All the pins of HK32F030M can be used as GPIOs, peripheral IOs or external interrupt inputs. In the application of pins except for power and ground pins. HK32F030M provides as many pins as possible.

Debug Support

The J-Link support for the HSXP HK32F030xx includes debug and internal flash programming support.

On-Chip Memory Regions

The internal flash is divided into 2 different regions:

Instance Name Size (bytes) Memory region
internal Flash 16384 0x08000000 - 0x08003FFF
Option Memory 24 0x00180000 - 0x20000000

Example Application

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