Difference between revisions of "Nuvoton M071x"

From SEGGER Wiki
Jump to: navigation, search
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
The '''Nuvoton M071x''' are [SHORT_DESCRIPTION]
+
The '''Nuvoton M071x''' series are Cortex-M0 microcontrollers for home appliance systems.
   
 
==Flash Banks==
 
==Flash Banks==
Line 12: Line 12:
 
| M071MDx|| 0x00000000 || 64 KB || style="text-align:center;"| {{YES}}
 
| M071MDx|| 0x00000000 || 64 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| M071MR1D || 0x00000000 || 32 KB || style="text-align:center;"| {{YES}}
+
| M071MR1x || 0x00000000 || 128 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| M071MCx|| 0x00000000 || 32 KB || style="text-align:center;"| {{YES}}
+
| M071MSx|| 0x00000000 || 64 KB || style="text-align:center;"| {{YES}}
 
|}
 
|}
   
====ECC Flash [OPTIONAL]====
 
*Describe ECC Flash restriction here.
 
 
==ECC RAM [OPTIONAL]==
 
*Describe ECC RAM restriction here.
 
 
==Vector Table Remap [OPTIONAL]==
 
*Describe Vector Table Remap here..
 
   
 
==Device Specifc Handling==
 
==Device Specifc Handling==
Line 31: 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