Difference between revisions of "Mindmotion PLUS5270 MM32F5270"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the Mindmotion PLUS5270 MM32F5270 evaluation board. 450px == Minimum requirements == * J-Link software V6.83 o...")
 
Line 9: Line 9:
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
  +
*Connect the J-Link to the SWD header (P15)
*Make sure that you install the correct "Upgrade Board"
 
*Connect the J-Link to the SWD header (P1)
 
 
*Power the board via external power supply / power jack (J4)
 
*Power the board via external power supply / power jack (J4)
 
* 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:
Line 17: 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 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 Mindmotion PLUS5270 MM32F5270. <br>
  +
It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V6.74
+
*J-Link software: V6.83
 
*Embedded Studio: V4.52b
 
*Embedded Studio: V4.52b
 
*Hardware: NXP JN5189-DK006 (QN9090 upgrade board)
 
*Hardware: NXP JN5189-DK006 (QN9090 upgrade board)

Revision as of 08:28, 4 November 2022

This article describes specifics for the Mindmotion PLUS5270 MM32F5270 evaluation board.

450px

Minimum requirements

  • J-Link software V6.83 or later

Preparing for J-Link

  • Connect the J-Link to the SWD header (P15)
  • Power the board via external power supply / power jack (J4)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP QN9090 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 Mindmotion PLUS5270 MM32F5270.
It is a simple Hello World sample linked into the internal flash.

SETUP