Difference between revisions of "Nuvoton M071x"

From SEGGER Wiki
Jump to: navigation, search
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
The '''Nuvoton M071x''' are general purpose Cortex-M0 microcontrollers.
+
The '''Nuvoton M071x''' series are Cortex-M0 microcontrollers for home appliance systems.
   
 
==Flash Banks==
 
==Flash Banks==
Line 23: Line 23:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*Nuvoton NuMaker-M071MD evaluation board: http://techwiki.segger.local/WikiTemplateEvalBoard
+
*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==
 
==Example Application==
*Nuvoton NuMaker-M071MD evaluation board: http://techwiki.segger.local/WikiTemplateEvalBoard#Example_Project
+
*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:09, 16 January 2023

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

Flash Banks

Internal Flash

Device Base address Size J-Link Support
M071MCx 0x00000000 32 KB YES.png
M071MDx 0x00000000 64 KB YES.png
M071MR1x 0x00000000 128 KB YES.png
M071MSx 0x00000000 64 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