Difference between revisions of "Nations N32G031C8L7 STB"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the Nations N32G032R8L7_STB evaluation board. 450px == Minimum requirements == * J-Link software V7.82g or la...")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the Nations N32G032R8L7_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 V7.82g or later
+
* J-Link software 7.86 or later
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 13: 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==
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Nations N32G032R8L7_STB N32G032R8L7.<br>
+
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.<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.82g
+
*J-Link software: 7.86
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
*Hardware: N32G032R8L7_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