Difference between revisions of "Mindmotion-MB-032"

From SEGGER Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
   
 
== Minimum requirements ==
 
== Minimum requirements ==
* J-Link software V7.82d or later
+
* J-Link software V7.82e or later
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 13: Line 13:
 
* 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_xxx_Connect.png|400px]]
+
[[File:MM_MB-032_MM32F0010A1T_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 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 MB-032 MM32F0010A1T.<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.82e
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
 
*Hardware: Mindmotion MB-032
 
*Hardware: Mindmotion MB-032
*Link: [[File:MM_xxx_TestProject_ES_V634.zip]]
+
*Link: [[File:MM_MM32-032_MM32F0010A1T_TestProject_ES_V634.zip]]

Latest revision as of 15:07, 9 December 2022

This article describes specifics for the Mindmotion MB-032 evaluation board.

MM-MB-032-board.jpg

Minimum requirements

  • J-Link software V7.82e or later

Preparing for J-Link

  • Connect the J-Link : VTref= CN6-9 / GND=CN6-7 / SWDIO=CN9-8(18 on PCB) / SWDCLK=CN6-4
  • Power the board via USB (CN3)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

MM MB-032 MM32F0010A1T 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 MB-032 MM32F0010A1T.
It is a simple Hello World sample linked into the internal flash.

SETUP