Difference between revisions of "Geehy APM32F030RCT6"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the Geehy (Previously known as APEXMIC) APM32F030RCT6 evaluation board. It can be used to test & verify APM32F030xx device suppor...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
Line 17: Line 18:
 
== 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 Geehy APM32F030RCT6. 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 APM32F030RCT6. It is a simple Hello World sample linked into the internal flash.
  +
 
'''SETUP'''
 
'''SETUP'''
 
*J-Link software: V7.70
 
*J-Link software: V7.70

Latest revision as of 15:26, 8 May 2024

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

Geehy APM32F030RCT6.jpg

Minimum requirements

  • J-Link software V7.70 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:

Geehy APM32F030RCT6 Connect.jpg

Example Project

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

SETUP