Difference between revisions of "Nuvoton M26x"

From SEGGER Wiki
Jump to: navigation, search
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>
  +
  +
==Flash Banks==
  +
===Internal Flash===
  +
{| class="seggertable"
  +
|-
  +
! Device || Base address !! Size || J-Link Support
  +
|-
  +
| M261x || 0x00000000 || 256 + 256 KB || style="text-align:center;"| {{YES}}
  +
|-
  +
| M262x || 0x00000000 || 256 + 256 KB || style="text-align:center;"| {{YES}}
  +
|-
  +
| M263x || 0x00000000 || 256 + 256 KB || style="text-align:center;"| {{YES}}
  +
|}
  +
 
==Internal RAM==
 
==Internal RAM==
 
{| class="seggertable"
 
{| class="seggertable"
Line 40: Line 54:
 
==Example Application==
 
==Example Application==
 
*Nuvoton NuMaker-M263KI evaluation board: https://wiki.segger.com/Nuvoton_NuMaker-M263KI#Example_Project
 
*Nuvoton NuMaker-M263KI evaluation board: https://wiki.segger.com/Nuvoton_NuMaker-M263KI#Example_Project
  +
  +
  +
__TOC__
  +
The '''Nuvoton M071x''' series are Cortex-M0 microcontrollers for home appliance systems.
  +
  +
  +
  +
  +
==Device Specifc Handling==
  +
===Reset===
  +
*The devices uses normal Cortex-M reset, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
  +
  +
==Evaluation Boards==
  +
*Nuvoton NuMaker-M071MD evaluation board: https://wiki.segger.com/Nuvoton-NuMaker-M071MD
  +
*Nuvoton NuMaker-M071R1E evaluation board: https://wiki.segger.com/Nuvoton-NuMaker-M071R1E
  +
*Nuvoton NuMaker-M071VG evaluation board: https://wiki.segger.com/Nuvoton-NuMaker-M071VG
  +
  +
==Example Application==
  +
*Nuvoton NuMaker-M071MD evaluation board: https://wiki.segger.com/Nuvoton-NuMaker-M071MD#Example_Project
  +
*Nuvoton NuMaker-M071R1E evaluation board: https://wiki.segger.com/Nuvoton-NuMaker-M071R1E#Example_Project
  +
*Nuvoton NuMaker-M071VG evaluation board: https://wiki.segger.com/Nuvoton-NuMaker-M071VG#Example_Project

Revision as of 20:17, 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

Internal RAM

Device StartAddr Size
M261x 0x20000000 32+64Kb
M262x 0x20000000 32+64Kb
M263x 0x20000000 32+64Kb

Supported Flash Banks

Internal Flash

Device StartAddr Size J-Link Support
M261x 0x00000000 265+256Kb YES
M262x 0x00000000 265+256Kb YES
M263x 0x00000000 265+256Kb YES


Reset

The device uses normal reset, no special handling necessary.

Minimum requirements

  • J-Link software V7.84b or later

Evaluation Boards

Example Application


The Nuvoton M071x series are Cortex-M0 microcontrollers for home appliance systems.



Device Specifc Handling

Reset

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

Evaluation Boards

Example Application