Difference between revisions of "Geehy APM32F103ZET6"

From SEGGER Wiki
Jump to: navigation, search
m (Matthias moved page APEXMIC APM32F103ZET6 to Geehy APM32F103ZET6)
 
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the APEXMIC APM32F103ZET6 evaluation board. It can be used to test & verify APM32F103xx device support.
+
This article describes specifics for the Geehy (Previously known as APEXMIC) APM32F103ZET6 evaluation board. It can be used to test & verify APM32F103xx device support.
   
 
[[File:APEXMIC_APM32F103ZET6.jpg|450px]]
 
[[File:APEXMIC_APM32F103ZET6.jpg|450px]]
Line 16: Line 16:
   
 
== 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 APEXMIC APM32F103ZET6. 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 Geehy APM32F103ZET6. It is a simple Hello World sample linked into the internal flash.
 
'''SETUP'''
 
'''SETUP'''
 
*J-Link software: V6.84
 
*J-Link software: V6.84
 
*Embedded Studio: V5.10
 
*Embedded Studio: V5.10
*Hardware: APEXMIC APM32F103ZET6
+
*Hardware: Geehy APM32F103ZET6
*Link: [[File:APEXMIC_APM32F103ZE_TestProject_ES_V510.zip]]
+
*Link: [[File:Geehy_APM32F103ZE_TestProject_ES_V510.zip]]

Latest revision as of 11:28, 5 November 2021

This article describes specifics for the Geehy (Previously known as APEXMIC) APM32F103ZET6 evaluation board. It can be used to test & verify APM32F103xx device support.

APEXMIC APM32F103ZET6.jpg

Minimum requirements

  • J-Link software V6.84 or later

Preparing for J-Link

  • Connect the J-Link to the JTAG header (J5)
  • Power the board via external power supply USB (J2)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

APEXMIC APM32F103 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 Geehy APM32F103ZET6. It is a simple Hello World sample linked into the internal flash. SETUP