Difference between revisions of "Nuvoton NuMaker-M263KI"

From SEGGER Wiki
Jump to: navigation, search
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
This article describes specifics for the Nuvoton NuMaker-M263KI evaluation board.
 
This article describes specifics for the Nuvoton NuMaker-M263KI evaluation board.
   
[[File:Nuvoton_NuMaker-M263KI|500px]]
+
[[File:Nuvoton_NuMaker-M263KI.jpg|600px]]
   
 
== Minimum requirements ==
 
== Minimum requirements ==
Line 9: Line 9:
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to the JTAG header (JP2)
+
*Connect the J-Link : VTref=J1-2 / GND=J1-10 / SWDIO=J1-4 / SWDCLK=J1-6
*Power the board via USB (GD-LINK CN100)
+
*Power the board via J2 (USB OTG) or ICEJ3
 
* 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:GD_GD32A503_EVAL_GD32A503VD Connect.png|400px]]
+
[[File:Nuvoton_NuMaker-M263KI_M263KIAAE_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 GigaDevice GD32A503-EVAL. <br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Nuvoton NuMaker-M263KI. <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.82b
+
*J-Link software: V7.84b
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
*Hardware: GigaDevice GD32A503-EVAL
+
*Hardware: Nuvoton NuMaker-M263KI
*Link: [[File:GigaDevice_GD32A503V-EVAL_GD32A503VD.zip]]
+
*Link: [[File:Nuvoton_NuMaker-M263KI_M263KIAAE_TestProject_ES_V634.zip]]

Revision as of 20:18, 16 January 2023

This article describes specifics for the Nuvoton NuMaker-M263KI evaluation board.

Nuvoton NuMaker-M263KI.jpg

Minimum requirements

  • J-Link software V7.84b or later

Preparing for J-Link

  • Connect the J-Link : VTref=J1-2 / GND=J1-10 / SWDIO=J1-4 / SWDCLK=J1-6
  • Power the board via J2 (USB OTG) or ICEJ3
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP