Difference between revisions of "Nuvoton NuMaker-M467HJ"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the Nuvoton NuMaker-M467HJ evaluation board.<br> 600px == Preparing for...")
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
== 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 J2 or ICE J3
+
*Power the board via J2,J3 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-M467HJ_V1.0_M467HJHAN_connect.png|400px]]
 
[[File:Nuvoton_NuMaker-M467HJ_V1.0_M467HJHAN_connect.png|400px]]
Line 14: Line 14:
 
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.86e
+
*J-Link software: V7.86e
*Embedded Studio: V4.52b
+
*Embedded Studio: V6.34
 
*Hardware: Nuvoton NuMaker-M467HJ
 
*Hardware: Nuvoton NuMaker-M467HJ
 
*Link: [[:File:Nuvoton_NuMaker-M467HJ_V1.0_M467HJHAN_TestProject_ES_V634.zip]]
 
*Link: [[:File:Nuvoton_NuMaker-M467HJ_V1.0_M467HJHAN_TestProject_ES_V634.zip]]

Revision as of 12:48, 23 March 2023

This article describes specifics for the Nuvoton NuMaker-M467HJ evaluation board.
600px

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,J3 or ICE J3
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

Nuvoton NuMaker-M467HJ V1.0 M467HJHAN 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-M467HJ.
It is a simple Hello World sample linked into the internal flash.

SETUP