Difference between revisions of "Nations N32G031C8L7 STB"

From SEGGER Wiki
Jump to: navigation, search
Line 1: Line 1:
<!--
 
 
__TOC__
 
__TOC__
   
 
This article describes specifics for the Nations N32G031C8L7_STB evaluation board.
 
This article describes specifics for the Nations N32G031C8L7_STB evaluation board.
   
[[File:Mxxx.jpg|450px]]
+
[[File:Nations_N32G031C8L7_STB_N32G031C8L7_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_N32G031C8L7_STB_N32G031C8L7_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: N32G031C8L7_STB
 
*Hardware: N32G031C8L7_STB
*Link: [[File:.zip]]
+
*Link: [[File:Nations_N32G031C8L7_STB_N32G031C8L7_TestProject_ES_V634.zip]]
--!>
 

Revision as of 12:28, 15 February 2023

This article describes specifics for the Nations N32G031C8L7_STB evaluation board.

Nations N32G031C8L7 STB N32G031C8L7 board.jpg

Minimum requirements

  • J-Link software 7.86 or later

Preparing for J-Link

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

Nations N32G031C8L7 STB N32G031C8L7 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 N32G031C8L7_STB N32G031C8L7.
It is a simple Hello World sample linked into the internal flash.

SETUP