Difference between revisions of "Mindmotion-MM32 LQFP48"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the Mindmotion MB-032 evaluation board. 450px == Minimum requirements == * J-Link software V7.82d...")
 
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the Mindmotion MB-032 evaluation board.
+
This article describes specifics for the Mindmotion MM32 LQFP48 evaluation board.
   
[[File:MM-MB-032-board.jpg|450px]]
+
[[File:MM-MM32_LQFP48-board.jpg|450px]]
   
 
== Minimum requirements ==
 
== Minimum requirements ==
Line 9: Line 9:
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link #########################################
+
*Connect the J-Link to J3
*Power the board via USB (CN3)
+
*Power the board via USB (J2)
 
* 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 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 Mindmotion MB-032 ##########################################. <br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Mindmotion MM32 LQFP48 ##########################################. <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.82d
 
*J-Link software: V7.82d
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
*Hardware: Mindmotion MB-032
+
*Hardware: Mindmotion MM32 LQFP48
 
*Link: [[File:MM_xxx_TestProject_ES_V634.zip]]
 
*Link: [[File:MM_xxx_TestProject_ES_V634.zip]]

Revision as of 12:50, 28 November 2022

This article describes specifics for the Mindmotion MM32 LQFP48 evaluation board.

MM-MM32 LQFP48-board.jpg

Minimum requirements

  • J-Link software V7.82d or later

Preparing for J-Link

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

400px

Example Project

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

SETUP