Difference between revisions of "Mindmotion-MB-036"

From SEGGER Wiki
Jump to: navigation, search
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 ==
  +
*Connect the J-Link: VTref= CN9-32(64 on PCB) / GND=CN9-31(63 on PCB) / SWDIO=CN9-14(46 on PCB) / SWDCLK=CN9-17(49on PCB)
*Connect the J-Link to the SWD header (P15)#########################################
 
*Power the board via USB (CN3)
+
*Power the board via USB (CN2)
 
* 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 19: Line 19:
 
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-036
 
*Hardware: Mindmotion MB-036

Revision as of 16:19, 9 December 2022

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

MM-MB-036-board.jpg

Minimum requirements

  • J-Link software V7.82e or later

Preparing for J-Link

  • Connect the J-Link: VTref= CN9-32(64 on PCB) / GND=CN9-31(63 on PCB) / SWDIO=CN9-14(46 on PCB) / SWDCLK=CN9-17(49on PCB)
  • Power the board via USB (CN2)
  • 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 MB-036 MM32F3270##########################################.
It is a simple Hello World sample linked into the internal flash.

SETUP