Difference between revisions of "Nuvoton M471x"

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> ==Flash Banks== ===Internal Flash=== {| class="seg...")
 
 
(4 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 M471x''' series are 32-bit low-power microcontrollers based on the Arm®
Cortex®-M23 processor.<br>
+
Cortex®-M4 processor.<br>
   
 
==Flash Banks==
 
==Flash Banks==
Line 9: Line 9:
 
! Device || Base address !! Size || J-Link Support
 
! Device || Base address !! Size || J-Link Support
 
|-
 
|-
| M261x || 0x00000000 || 256 + 256 KB || style="text-align:center;"| {{YES}}
+
| style="text-align:center;"| M471MDx || style="text-align:center;"| 0x00000000 || style="text-align:center;"| 64 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| M262x || 0x00000000 || 256 + 256 KB || style="text-align:center;"| {{YES}}
+
| style="text-align:center;"| M471SDx || style="text-align:center;"| 0x00000000 || style="text-align:center;"| 64 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| M263x || 0x00000000 || 256 + 256 KB || style="text-align:center;"| {{YES}}
+
| style="text-align:center;"| M471R1Dx || style="text-align:center;"| 0x00000000 ||style="text-align:center;"| 64 KB || style="text-align:center;"| {{YES}}
  +
|-
  +
| style="text-align:center;"| M471MEx || style="text-align:center;"| 0x00000000 || tyle="text-align:center;"| 128 KB || style="text-align:center;"| {{YES}}
  +
|-
  +
| style="text-align:center;"| M471SEx || style="text-align:center;"| 0x00000000 || style="text-align:center;"| 128 KB || style="text-align:center;"| {{YES}}
  +
|-
  +
| style="text-align:center;"| M471R1Ex || style="text-align:center;"| 0x00000000 || style="text-align:center;"| 128 KB || style="text-align:center;"| {{YES}}
 
|}
 
|}
   
Line 21: Line 27:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*Nuvoton NuMaker-M263KI evaluation board: https://wiki.segger.com/Nuvoton_NuMaker-M263KI
+
*Nuvoton NuMaker-M471R1 evaluation board: https://wiki.segger.com/Nuvoton_NuMaker-M471R1
   
 
==Example Application==
 
==Example Application==
*Nuvoton NuMaker-M263KI evaluation board: https://wiki.segger.com/Nuvoton_NuMaker-M263KI#Example_Project
+
*Nuvoton NuMaker-M471R1 evaluation board: https://wiki.segger.com/Nuvoton_NuMaker-M471R1#Example_Project

Latest revision as of 16:32, 17 January 2023

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

Flash Banks

Internal Flash

Device Base address Size J-Link Support
M471MDx 0x00000000 64 KB YES.png
M471SDx 0x00000000 64 KB YES.png
M471R1Dx 0x00000000 64 KB YES.png
M471MEx 0x00000000 128 KB YES.png
M471SEx 0x00000000 128 KB YES.png
M471R1Ex 0x00000000 128 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