Difference between revisions of "Nuvoton-NuMaker-M071R1E"

From SEGGER Wiki
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
Line 8: Line 9:
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
 
*Connect the J-Link : VTref=J1-2 / SWDIO=J1-4 / SWCLK=J1-6 / GND=J1-10
 
*Connect the J-Link : VTref=J1-2 / SWDIO=J1-4 / SWCLK=J1-6 / GND=J1-10
*Power the board via J3 or ICE J3
+
*Power the board via J2 or ICE J3
 
* 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:Nuvoton_NuMaker-M071R1E_M071R1E63AE_Connect.png|400px]]
 
[[File:Nuvoton_NuMaker-M071R1E_M071R1E63AE_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 Nuvoton NuMaker-M071MD.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Nuvoton NuMaker-M071R1E.<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: V6.74
 
*J-Link software: V6.74
 
*Embedded Studio: V4.52b
 
*Embedded Studio: V4.52b
*Hardware: Nuvoton NuMaker-M071MD
+
*Hardware: Nuvoton NuMaker-M071R1E
*Link: [[:File:Nuvoton_NuMaker-M071MD_M071MD2AE_TestProject_ES_V634.zip]]
+
*Link: [[:File:Nuvoton_NuMaker-M071RE_M071RE3AE_TestProject_ES_V634.zip]]

Latest revision as of 15:01, 15 May 2024

This article describes specifics for the Nuvoton NuMaker-M071R1E evaluation board.
Nuvoton-NuMaker-M071R1E-Picture.jpg


Preparing for J-Link

  • Connect the J-Link : VTref=J1-2 / SWDIO=J1-4 / SWCLK=J1-6 / GND=J1-10
  • Power the board via J2 or ICE J3
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

Nuvoton NuMaker-M071R1E M071R1E63AE 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 Nuvoton NuMaker-M071R1E.
It is a simple Hello World sample linked into the internal flash.

SETUP