NUMAKER PFM M467
Overview
The NuMaker PFM M467 is an Internet of Things (IoT) application focused platform specially developed by Nuvoton. The PFM-M467 is based on the NuMicro® M467 Ethernet series MCU with ARM® -Cortex®-M4F core.
Features:
32-bit Arm Cortex®-M4 M467HJHAE MCU
Core clock up to 200 MHz
1024 KB embedded Dual Bank Flash and 512 KB SRAM
Ethernet (IP101GR) for network application
USB 2.0 High-Speed OTG / Host / Device
USB 1.1 Full-Speed OTG / Host / Device
External SPI Flash (Winbond W25Q20) which can be regarded as ROM module
MicroSD Card slot for T-Flash
Arduino UNO compatible interface
Three push-buttons: one is for reset and the other two are for user-defined
Four LEDs: one is for power indication and the other three are for user-defined
On-board NU-Link2 ICE debugger/programmer with SWD connector
More information about the board can be found at the PFM M467 User Manual [1].
Supported Features
The numaker_pfm_m467
board supports the hardware features listed below.
- on-chip / on-board
- Feature integrated in the SoC / present on the board.
- 2 / 2
-
Number of instances that are enabled / disabled.
Click on the label to see the first instance of this feature in the board/SoC DTS files. -
vnd,foo
-
Compatible string for the Devicetree binding matching the feature.
Click on the link to view the binding documentation.
Type |
Location |
Description |
Compatible |
---|---|---|---|
CPU |
on-chip |
ARM Cortex-M4F CPU1 |
|
ADC |
on-chip |
Nuvoton, NuMaker ADC controller3 |
|
CAN |
on-chip |
||
Clock control |
on-chip |
Nuvoton NuMaker System Clock Controller (SCC)1 |
|
on-chip |
Nuvoton NuMaker Peripheral Clock Controller (PCC)1 |
||
on-chip |
Generic fixed-rate clock provider1 |
||
Ethernet |
on-chip |
Nuvoton, NuMaker Ethernet controller1 |
|
Flash controller |
on-chip |
Nuvoton NuMaker Flash Controller1 |
|
GPIO & Headers |
on-chip |
||
I2C |
on-chip |
Nuvoton, NuMaker I2C controller5 |
|
Input |
on-board |
Group of GPIO-bound input keys1 |
|
Interrupt controller |
on-chip |
ARMv7-M NVIC (Nested Vectored Interrupt Controller)1 |
|
LED |
on-board |
Group of GPIO-controlled LEDs1 |
|
MTD |
on-chip |
Flash node1 |
|
on-board |
Fixed partitions of a flash (or other non-volatile storage) memory1 |
||
Pin control |
on-chip |
Pin controller is responsible for controlling pin function selection and pin properties1 |
|
PWM |
on-chip |
Nuvoton, NuMaker PWM controller2 |
|
Reset controller |
on-chip |
Nuvoton, Numaker-RESET1 |
|
RTC |
on-chip |
Nuvoton, NuMaker RTC controller1 |
|
Serial controller |
on-chip |
||
SPI |
on-chip |
Nuvoton, NuMaker SPI controller11 |
|
SRAM |
on-chip |
Generic on-chip SRAM description1 |
|
Timer |
on-chip |
ARMv7-M System Tick1 |
|
USB |
on-chip |
Nuvoton NuMaker USB 1.1 device controller1 |
|
Watchdog |
on-chip |
Nuvoton, NuMaker window watchdog timer1 |
The on-board 12-MHz crystal allows the device to run at its maximum operating speed of 200MHz.
More details about the supported peripherals are available in M460 TRM [2]
Building and Flashing
Flashing
Here is an example for the Hello World application.
On board debugger Nu-link2 can emulate UART0 as a virtual COM port over usb, To enable this, set ISW1 DIP switch 1-3 (TXD RXD VOM) to ON. Connect the PFM M467 IoT to your host computer using the USB port, then run a serial host program to connect with your board. For example:
$ minicom -D /dev/ttyACM0
# From the root of the zephyr repository
west build -b numaker_pfm_m467 samples/hello_world
west flash
Debugging
Here is an example for the Hello World application.
# From the root of the zephyr repository
west build -b numaker_pfm_m467 samples/hello_world
west debug
Step through the application in your debugger.