boards/nuvoton/numaker_pfm_m487/doc/index.rst
.. zephyr:board:: numaker_pfm_m487
Overview
The NuMaker PFM M487 is an Internet of Things (IoT) application focused platform specially developed by Nuvoton. The PFM-M487 is based on the NuMicro® M487 Ethernet series MCU with ARM® -Cortex®-M4F core.
More information about the board can be found at the PFM M487 User Manual_.
.. zephyr:board-supported-hw::
The on-board 12-MHz crystal allows the device to run at its maximum operating speed of 192MHz.
More details about the supported peripherals are available in M480 TRM_
Building and Flashing
Here is an example for the :zephyr:code-sample:hello_world application.
On board debugger Nu-link-Me 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 M487 IoT to your host computer using the USB port, then run a serial host program to connect with your board. For example:
.. code-block:: console
$ minicom -D /dev/ttyACM0
.. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: numaker_pfm_m487 :goals: flash
Here is an example for the :zephyr:code-sample:hello_world application.
.. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: numaker_pfm_m487 :goals: debug
Step through the application in your debugger.
References
.. target-notes::
.. _PFM M487 User Manual: https://www.nuvoton.com/export/resource-files/UM_NuMaker-PFM-M487_User_Manual_EN_Rev1.01.pdf .. _M480 TRM: https://www.nuvoton.com/export/resource-files/TRM_M480_Series_EN_Rev2.02.pdf