Difference between revisions of "Nuvoton M26x"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ The Nuvoton M26x series are 32-bit low-power microcontrollers based on the Arm® Cortex®-M23 processor.<br> ==Internal RAM== {| class="seggertable" |- ! Device || St...")
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
The Nuvoton M26x series are 32-bit low-power microcontrollers based on the Arm®
+
The '''Nuvoton M26x''' series are 32-bit low-power microcontrollers based on the Arm®
 
Cortex®-M23 processor.<br>
 
Cortex®-M23 processor.<br>
==Internal RAM==
 
{| class="seggertable"
 
|-
 
! Device || StartAddr !! Size
 
|-
 
| GD32A503xB || 0x20000000 || 24Kb
 
|-
 
| GD32A503xC || 0x20000000 || 32Kb
 
|-
 
| GD32A503xD || 0x20000000 || 48Kb
 
|}
 
   
  +
==Flash Banks==
*** Additional information ***
 
In order to prevent errors when reading first time, the DLL intialises the first 24Kb of RAM
 
starting at 0x2000 0000.
 
 
==Supported Flash Banks==
 
 
===Internal Flash===
 
===Internal Flash===
 
{| class="seggertable"
 
{| class="seggertable"
 
|-
 
|-
! Device || StartAddr !! Size || J-Link Support
+
! Device || Base address !! Size || J-Link Support
 
|-
 
|-
| GD32A503xB || 0x08000000 || 128Kb || YES
+
| M261x || 0x00000000 || 256 + 256 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| GD32A503xC || 0x08000000 || 256Kb || YES
+
| M262x || 0x00000000 || 256 + 256 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| GD32A503xD || 0x08000000 || 384Kb || YES
+
| M263x || 0x00000000 || 256 + 256 KB || style="text-align:center;"| {{YES}}
 
|}
 
|}
   
  +
==Device Specifc Handling==
<!--
 
===Option Byte ===
+
===Reset===
  +
*The devices uses normal Cortex-M reset, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
{| class="seggertable"
 
|-
 
! Device || StartAddr !! Size || J-Link Support
 
|-
 
| GD32A503xB || 0x1FFFF800 || 24 Byte || YES
 
|-
 
| GD32A503xC || 0x1FFFF800 || 24 Byte|| YES
 
|-
 
| GD32A503xD || 0x1FFFF800 || 24 Byte|| YES
 
|}
 
-->
 
==Reset==
 
The device uses normal reset, no special handling necessary.
 
 
==Minimum requirements==
 
* J-Link software V7.82b or later
 
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*GigaDevice GD32A503-EVAL evaluation board: https://wiki.segger.com/GigaDevice_GD32A503-EVAL
+
*Nuvoton NuMaker-M263KI evaluation board: https://wiki.segger.com/Nuvoton_NuMaker-M263KI
   
 
==Example Application==
 
==Example Application==
*GigaDevice GD32A503-EVAL evaluation board: https://wiki.segger.com/GigaDevice_GD32A503-EVAL#Example_Project
+
*Nuvoton NuMaker-M263KI evaluation board: https://wiki.segger.com/Nuvoton_NuMaker-M263KI#Example_Project

Revision as of 20:18, 16 January 2023

The Nuvoton M26x series are 32-bit low-power microcontrollers based on the Arm® Cortex®-M23 processor.

Flash Banks

Internal Flash

Device Base address Size J-Link Support
M261x 0x00000000 256 + 256 KB YES.png
M262x 0x00000000 256 + 256 KB YES.png
M263x 0x00000000 256 + 256 KB YES.png

Device Specifc Handling

Reset

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

Evaluation Boards

Example Application