Difference between revisions of "Mindmotion BIRD-F3F5 MM32F5287"

From SEGGER Wiki
Jump to: navigation, search
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
This article describes specifics for the Mindmotion PLUS5270 MM32F5270 evaluation board.
+
This article describes specifics for the MindMotion BIRD-F3/F5 MM32F5287L8PV evaluation board.
   
[[File:MM_PLUS5270_MM32F5270_Board.jpg|450px]]
+
[[File:MindMotion_BIRD-F3F5_MM32F5287_Board.jpg|450px]]
   
 
== Minimum requirements ==
 
== Minimum requirements ==
* J-Link software V7.82b or later
+
* J-Link software V7.86i or later
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to the SWD header (P15)
+
*Connect the J-Link to the SWD header (J1)
*Power the board via external power supply / power jack (J4)
+
*Power the board via USB-C (J5)
 
* 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:
   
[[File:MM_PLUS5270_MM32F5270_Connect.png|400px]]
+
[[File:MindMotion_BIRDF3F5_MM32F5287L8PV_connect.png|400px]]
   
 
== 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 Mindmotion PLUS5270 MM32F5270. <br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the MindMotion BIRD-F3/F5 MM32F5287. <br>
 
It is a simple Hello World sample linked into the internal flash.<br>
 
It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V7.82b
+
*J-Link software: V7.86i
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
*Hardware: Mindmotion PLUS5270 MM32F5270
+
*Hardware: MindMotion BIRD-F3/F5 MM32F5287
 
*Link: [[File:MM_PLUS5270_MM32F5270_TestProject_ES_V634.zip]]
 
*Link: [[File:MM_PLUS5270_MM32F5270_TestProject_ES_V634.zip]]

Latest revision as of 15:34, 8 May 2024

This article describes specifics for the MindMotion BIRD-F3/F5 MM32F5287L8PV evaluation board.

450px

Minimum requirements

  • J-Link software V7.86i or later

Preparing for J-Link

  • Connect the J-Link to the SWD header (J1)
  • Power the board via USB-C (J5)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

MindMotion BIRDF3F5 MM32F5287L8PV 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 BIRD-F3/F5 MM32F5287.
It is a simple Hello World sample linked into the internal flash.

SETUP