Difference between revisions of "Mindmotion-NANO-F0270"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "MM32 LQFP48")
 
Line 1: Line 1:
  +
__TOC__
MM32 LQFP48
 
  +
  +
This article describes specifics for the Mindmotion NANO-F0270 evaluation board.
  +
  +
[[File:MM-NANO-F0270-board.jpg|450px]]
  +
  +
== Minimum requirements ==
  +
* J-Link software V7.82d or later
  +
  +
== Preparing for J-Link ==
  +
*Connect the J-Link to J4
  +
*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:
  +
  +
[[File:MM_xxx_Connect.png|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 NANO-F0270 ##########################################. <br>
  +
It is a simple Hello World sample linked into the internal flash.<br>
  +
====SETUP====
  +
*J-Link software: V7.82d
  +
*Embedded Studio: V6.34
  +
*Hardware: Mindmotion NANO-F0270
  +
*Link: [[File:MM_xxx_TestProject_ES_V634.zip]]

Revision as of 12:54, 28 November 2022

This article describes specifics for the Mindmotion NANO-F0270 evaluation board.

MM-NANO-F0270-board.jpg

Minimum requirements

  • J-Link software V7.82d or later

Preparing for J-Link

  • Connect the J-Link to J4
  • 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 NANO-F0270 ##########################################.
It is a simple Hello World sample linked into the internal flash.

SETUP