Difference between revisions of "Nations N32WB45xL EVB"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "<!-- __TOC__ This article describes specifics for the Nations N32WB45xL_EVB evaluation board. 450px == Minimum requirements == * J-Link software [comming...")
 
Line 1: Line 1:
<!--
 
 
__TOC__
 
__TOC__
   
 
This article describes specifics for the Nations N32WB45xL_EVB evaluation board.
 
This article describes specifics for the Nations N32WB45xL_EVB evaluation board.
   
[[File:Mxxx.jpg|450px]]
+
[[File:Nations_N32WB45xL_EVB_N32WB452LEQ6_board.jpg|450px]]
   
 
== Minimum requirements ==
 
== Minimum requirements ==
* J-Link software [comming soon] or later
+
* J-Link software 7.86 or later
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 14: Line 13:
 
* 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:xxx.png|400px]]
+
[[File:Nations_N32WB45xL_EVB_N32WB452LEQ6_connect.png|400px]]
   
 
== Example Project==
 
== Example Project==
Line 20: 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: [comming soon]
+
*J-Link software: 7.86
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
 
*Hardware: N32WB45xL_EVB
 
*Hardware: N32WB45xL_EVB
*Link: [[File:.zip]]
+
*Link: [[File:Nations_N32WB45xL_EBV_N32WB452LEQ6_TestProject_ES_V634.zip]]
--!>
 

Revision as of 12:23, 15 February 2023

This article describes specifics for the Nations N32WB45xL_EVB evaluation board.

Nations N32WB45xL EVB N32WB452LEQ6 board.jpg

Minimum requirements

  • J-Link software 7.86 or later

Preparing for J-Link

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

Nations N32WB45xL EVB N32WB452LEQ6 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 Nations N32WB45xL_EVB N32WB452LEQ6.
It is a simple Hello World sample linked into the internal flash.

SETUP