Nuvoton
, NUC472
, Cortex-M4
, MCU
, arm-none-eabi-gcc
arm-none-eabi-
toolchain packages:
TARGETCHIP
in the Makefile should be set as "target/numicroM4.cfg"
.make
:
make flash
:
NUC472/442 BSP provides the libraries:
Library/CMSIS
.Library/StdDriver
.Library/Device/Nuvoton/NUC472_442
.Library/Device/Nuvoton/NUC472_442/Source/system_NUC472_442.c
.Library/Device/Nuvoton/NUC472_442/Source/GCC/startup_NUC472_442.S
.Library/Device/Nuvoton/NUC472_442/Source/GCC/gcc_arm.ld
.Debug with GDB via OpenOCD and Nu-Link.
LED.elf
flashed on the MCU chip Nuvoton NUC472HI8AE:
Use hbreak
(hardware-assisted breakpoint) to add a break point, instead of break
.