Difference between revisions of "Nations N32G4xx"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ The '''Nations N32G032x''' are general-purpose microcontroller based on the Arm® Cortex®-M0 core. ==Flash Banks== ===Internal Flash=== {| class="seggertable" |- ! F...")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
The '''Nations N32G032x''' are general-purpose microcontroller based on the Arm® Cortex®-M0 core.
+
The '''Nations N32G4xx''' are general-purpose microcontroller based on the Arm® Cortex®-M4 core.
   
 
==Flash Banks==
 
==Flash Banks==
Line 8: Line 8:
 
! Flash Bank || Base address !! Size || J-Link Support
 
! Flash Bank || Base address !! Size || J-Link Support
 
|-
 
|-
| Main Flash || style="text-align:center;"| 0x08000000 || style="text-align:center;"| Up to 64 KB || style="text-align:center;"| {{YES}}
+
| Main Flash || style="text-align:center;"| 0x08000000 || style="text-align:center;"| Up to 512 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| Option Byte || style="text-align:center;"| 0x1FFFF600|| style="text-align:center;"| 16 B || style="text-align:center;"| {{YES}}
+
| Option Byte || style="text-align:center;"| 0x1FFFF800|| style="text-align:center;"| 20 B || style="text-align:center;"| {{YES}}
 
|}
 
|}
 
==Device Specific Handling==
 
==Device Specific Handling==
Line 17: Line 17:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*Nations N32G030C8L7_STB evaluation board: https://wiki.segger.com/Nations_N32G030C8L7_STB
+
*Nations N32G430C8L7-STB evaluation board: https://wiki.segger.com/Nations_N32G430C8L7-STB
*Nations N32G031C8L7_STB evaluation board: https://wiki.segger.com/Nations_N32G031C8L7_STB
+
*Nations N32G43XRL-STB evaluation board: https://wiki.segger.com/Nations_N32G43XRL-STB
*Nations N32G032R8L7_STB evaluation board: https://wiki.segger.com/Nations_N32G032R8L7_STB
+
*Nations N32G45XVL-STB evaluation board: https://wiki.segger.com/Nations_N32G45XVL-STB
  +
*Nations N32G4FRML-STB evaluation board: https://wiki.segger.com/Nations_N32G4FRML-STB
  +
   
 
==Example Application==
 
==Example Application==
*Nations N32G030C8L7_STB evaluation board: https://wiki.segger.com/Nations_N32G030C8L7_STB#Example_Project
+
*Nations N32G430C8L7-STB evaluation board: https://wiki.segger.com/Nations_N32G430C8L7-STB#Example_Project
*Nations N32G031C8L7_STB evaluation board: https://wiki.segger.com/Nations_N32G031C8L7_STB#Example_Project
+
*Nations N32G43XRL-STB evaluation board: https://wiki.segger.com/Nations_N32G43XRL-STB#Example_Project
*Nations N32G032R8L7_STB evaluation board: https://wiki.segger.com/Nations_N32G032R8L7_STB#Example_Project
+
*Nations N32G45XVL-STB evaluation board: https://wiki.segger.com/Nations_N32G45XVL-STB#Example_Project
  +
*Nations N32G4FRML-STB evaluation board: https://wiki.segger.com/Nations_N32G4FRML-STB#Example_Project

Revision as of 13:18, 15 February 2023

The Nations N32G4xx are general-purpose microcontroller based on the Arm® Cortex®-M4 core.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Main Flash 0x08000000 Up to 512 KB YES.png
Option Byte 0x1FFFF800 20 B YES.png

Device Specific Handling

Reset

  • The devices uses normal Cortex-M reset, no special handling necessary, like described here.

Evaluation Boards


Example Application