Nuvoton M48x: Difference between revisions
Jump to navigation
Jump to search
(Reformatted flash banks section) |
|||
Line 3: | Line 3: | ||
__TOC__ | __TOC__ | ||
==Flash Banks== | == Flash Banks == | ||
{{:Template:FlashBankTable | |||
=== | | FlashBanks= | ||
{| | {{:Template:FlashBankTableRow | BankName=APROM | BaseAddress=0x00000000 | JLinkSupport=yes | NumOfLoaders=1 | Loader= | ||
| | {{:Template:FlashLoader | Name=Default | Size=Up to 2560 KB}} | ||
}} | |||
{{:Template:FlashBankTableRow | BankName=LDROM | BaseAddress=0x00100000 | JLinkSupport=yes | NumOfLoaders=1 | Loader= | |||
{{:Template:FlashLoader | Name=Default | Size= 4 KB}} | |||
}} | |||
| | }} | ||
| | |||
| | |||
==Watchdog Handling== | ==Watchdog Handling== |
Revision as of 09:42, 18 August 2025
The Nuvoton M048x series are 32-bit low-power microcontrollers based on the Arm® Cortex®-M4 processor.
Flash Banks
Flash Bank | Base address | J-Link Support | Loader | |
---|---|---|---|---|
Name | Size | |||
APROM | 0x00000000 | ![]() |
Default | Up to 2560 KB |
LDROM | 0x00100000 | ![]() |
Default | 4 KB |
Watchdog Handling
- The device does not have a watchdog.
Device Specific Handling
Reset
- The device uses normal Cortex-M reset, no special handling necessary, like described here.
Evaluation Boards
Example Application
- NuMaker-PFM-M487 Hello world