在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 新唐MUC121 的相关资料

新唐MUC121 的相关资料

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:77.43M
  • 下载次数:3
  • 浏览次数:198
  • 发布时间:2021-03-06
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
里面包含了新唐MUC121的技术文档,和寄存器版本的库函数, 和库函数版本的的历程, 还有有对应的头文件和启动文档
【实例截图】
【核心代码】
44a79a0c-1c4b-49dd-89ec-c53c3156c350
└── M0
├── Document
│   ├── CMSIS.html
│   ├── NuMicro NUC121 Series CMSIS BSP Driver Reference.chm
│   └── NuMicro NUC121 Series CMSIS BSP Revision History.pdf
├── DS_NUC121_125_Series_EN_Rev1.00.pdf
├── Library
│   ├── CMSIS
│   │   ├── CMSIS_END_USER_LICENCE_AGREEMENT.pdf
│   │   ├── CMSIS_END_USER_LICENCE_AGREEMENT.rtf
│   │   ├── DAP
│   │   │   ├── CMSIS-DAP EULA.pdf
│   │   │   └── Firmware
│   │   │   ├── Config
│   │   │   │   └── DAP_config.h
│   │   │   ├── Examples
│   │   │   │   ├── LPC-Link-II
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── CMSIS_DAP.uvguix
│   │   │   │   │   ├── CMSIS_DAP.uvoptx
│   │   │   │   │   ├── CMSIS_DAP.uvprojx
│   │   │   │   │   ├── DAP_config.h
│   │   │   │   │   ├── main.c
│   │   │   │   │   ├── Objects
│   │   │   │   │   │   └── CMSIS_DAP.axf
│   │   │   │   │   ├── osObjects.h
│   │   │   │   │   ├── RTE
│   │   │   │   │   │   ├── CMSIS
│   │   │   │   │   │   │   └── RTX_Conf_CM.c
│   │   │   │   │   │   ├── Device
│   │   │   │   │   │   │   └── LPC4320_Cortex-M4
│   │   │   │   │   │   │   ├── RTE_Device.h
│   │   │   │   │   │   │   ├── startup_LPC43xx.s
│   │   │   │   │   │   │   └── system_LPC43xx.c
│   │   │   │   │   │   ├── RTE_Components.h
│   │   │   │   │   │   └── USB
│   │   │   │   │   │   ├── USBD_Config_0.c
│   │   │   │   │   │   └── USBD_Config_HID_0.h
│   │   │   │   │   └── USBD_User_HID_0.c
│   │   │   │   └── XMC4200
│   │   │   │   ├── Abstract.txt
│   │   │   │   ├── CMSIS_DAP.uvguix
│   │   │   │   ├── CMSIS_DAP.uvoptx
│   │   │   │   ├── CMSIS_DAP.uvprojx
│   │   │   │   ├── DAP_config.h
│   │   │   │   ├── main.c
│   │   │   │   ├── Objects
│   │   │   │   │   └── CMSIS_DAP.axf
│   │   │   │   ├── osObjects.h
│   │   │   │   ├── RTE
│   │   │   │   │   ├── CMSIS
│   │   │   │   │   │   └── RTX_Conf_CM.c
│   │   │   │   │   ├── Device
│   │   │   │   │   │   └── XMC4200-Q48x256
│   │   │   │   │   │   ├── RTE_Device.h
│   │   │   │   │   │   ├── startup_XMC4200.s
│   │   │   │   │   │   └── system_XMC4200.c
│   │   │   │   │   ├── RTE_Components.h
│   │   │   │   │   └── USB
│   │   │   │   │   ├── USBD_Config_0.c
│   │   │   │   │   └── USBD_Config_HID_0.h
│   │   │   │   ├── UART.c
│   │   │   │   └── USBD_User_HID_0.c
│   │   │   ├── Include
│   │   │   │   └── DAP.h
│   │   │   ├── Source
│   │   │   │   ├── DAP.c
│   │   │   │   ├── DAP_vendor.c
│   │   │   │   ├── JTAG_DP.c
│   │   │   │   ├── SW_DP.c
│   │   │   │   └── SWO.c
│   │   │   └── Template
│   │   │   └── MDK5
│   │   │   ├── main.c
│   │   │   ├── osObjects.h
│   │   │   └── USBD_User_HID_0.c
│   │   ├── Driver
│   │   │   ├── DriverTemplates
│   │   │   │   ├── Driver_CAN.c
│   │   │   │   ├── Driver_ETH_MAC.c
│   │   │   │   ├── Driver_ETH_PHY.c
│   │   │   │   ├── Driver_Flash.c
│   │   │   │   ├── Driver_I2C.c
│   │   │   │   ├── Driver_MCI.c
│   │   │   │   ├── Driver_SAI.c
│   │   │   │   ├── Driver_SPI.c
│   │   │   │   ├── Driver_USART.c
│   │   │   │   ├── Driver_USBD.c
│   │   │   │   └── Driver_USBH.c
│   │   │   └── Include
│   │   │   ├── Driver_CAN.h
│   │   │   ├── Driver_Common.h
│   │   │   ├── Driver_ETH.h
│   │   │   ├── Driver_ETH_MAC.h
│   │   │   ├── Driver_ETH_PHY.h
│   │   │   ├── Driver_Flash.h
│   │   │   ├── Driver_I2C.h
│   │   │   ├── Driver_MCI.h
│   │   │   ├── Driver_NAND.h
│   │   │   ├── Driver_SAI.h
│   │   │   ├── Driver_SPI.h
│   │   │   ├── Driver_USART.h
│   │   │   ├── Driver_USBD.h
│   │   │   ├── Driver_USB.h
│   │   │   └── Driver_USBH.h
│   │   ├── DSP_Lib
│   │   │   ├── Examples
│   │   │   │   ├── arm_class_marks_example
│   │   │   │   │   ├── ARM
│   │   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   │   ├── arm_class_marks_example_f32.c
│   │   │   │   │   │   ├── arm_class_marks_example.ini
│   │   │   │   │   │   ├── arm_class_marks_example.uvoptx
│   │   │   │   │   │   ├── arm_class_marks_example.uvprojx
│   │   │   │   │   │   └── RTE
│   │   │   │   │   │   ├── Device
│   │   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   │   └── RTE_Components.h
│   │   │   │   │   └── GCC
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_class_marks_example_f32.c
│   │   │   │   │   ├── arm_class_marks_example.ini
│   │   │   │   │   ├── arm_class_marks_example.uvopt
│   │   │   │   │   ├── arm_class_marks_example.uvproj
│   │   │   │   │   └── Startup
│   │   │   │   │   ├── ARMCMx.ld
│   │   │   │   │   ├── startup_ARMCM0.S
│   │   │   │   │   ├── startup_ARMCM3.S
│   │   │   │   │   ├── startup_ARMCM4.S
│   │   │   │   │   ├── system_ARMCM0.c
│   │   │   │   │   ├── system_ARMCM3.c
│   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   ├── arm_convolution_example
│   │   │   │   │   ├── ARM
│   │   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   │   ├── arm_convolution_example_f32.c
│   │   │   │   │   │   ├── arm_convolution_example.ini
│   │   │   │   │   │   ├── arm_convolution_example.uvoptx
│   │   │   │   │   │   ├── arm_convolution_example.uvprojx
│   │   │   │   │   │   ├── math_helper.c
│   │   │   │   │   │   ├── math_helper.h
│   │   │   │   │   │   └── RTE
│   │   │   │   │   │   ├── Device
│   │   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   │   └── RTE_Components.h
│   │   │   │   │   └── GCC
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_convolution_example_f32.c
│   │   │   │   │   ├── arm_convolution_example.ini
│   │   │   │   │   ├── arm_convolution_example.uvopt
│   │   │   │   │   ├── arm_convolution_example.uvproj
│   │   │   │   │   ├── math_helper.c
│   │   │   │   │   ├── math_helper.h
│   │   │   │   │   └── Startup
│   │   │   │   │   ├── ARMCMx.ld
│   │   │   │   │   ├── startup_ARMCM0.S
│   │   │   │   │   ├── startup_ARMCM3.S
│   │   │   │   │   ├── startup_ARMCM4.S
│   │   │   │   │   ├── system_ARMCM0.c
│   │   │   │   │   ├── system_ARMCM3.c
│   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   ├── arm_dotproduct_example
│   │   │   │   │   ├── ARM
│   │   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   │   ├── arm_dotproduct_example_f32.c
│   │   │   │   │   │   ├── arm_dotproduct_example.ini
│   │   │   │   │   │   ├── arm_dotproduct_example.uvoptx
│   │   │   │   │   │   ├── arm_dotproduct_example.uvprojx
│   │   │   │   │   │   └── RTE
│   │   │   │   │   │   ├── Device
│   │   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   │   └── RTE_Components.h
│   │   │   │   │   └── GCC
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_dotproduct_example_f32.c
│   │   │   │   │   ├── arm_dotproduct_example.ini
│   │   │   │   │   ├── arm_dotproduct_example.uvopt
│   │   │   │   │   ├── arm_dotproduct_example.uvproj
│   │   │   │   │   └── Startup
│   │   │   │   │   ├── ARMCMx.ld
│   │   │   │   │   ├── startup_ARMCM0.S
│   │   │   │   │   ├── startup_ARMCM3.S
│   │   │   │   │   ├── startup_ARMCM4.S
│   │   │   │   │   ├── system_ARMCM0.c
│   │   │   │   │   ├── system_ARMCM3.c
│   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   ├── arm_fft_bin_example
│   │   │   │   │   ├── ARM
│   │   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   │   ├── arm_fft_bin_data.c
│   │   │   │   │   │   ├── arm_fft_bin_example_f32.c
│   │   │   │   │   │   ├── arm_fft_bin_example.ini
│   │   │   │   │   │   ├── arm_fft_bin_example.uvoptx
│   │   │   │   │   │   ├── arm_fft_bin_example.uvprojx
│   │   │   │   │   │   └── RTE
│   │   │   │   │   │   ├── Device
│   │   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   │   └── RTE_Components.h
│   │   │   │   │   └── GCC
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_fft_bin_data.c
│   │   │   │   │   ├── arm_fft_bin_example_f32.c
│   │   │   │   │   ├── arm_fft_bin_example.ini
│   │   │   │   │   ├── arm_fft_bin_example.uvopt
│   │   │   │   │   ├── arm_fft_bin_example.uvproj
│   │   │   │   │   └── Startup
│   │   │   │   │   ├── ARMCMx.ld
│   │   │   │   │   ├── startup_ARMCM0.S
│   │   │   │   │   ├── startup_ARMCM3.S
│   │   │   │   │   ├── startup_ARMCM4.S
│   │   │   │   │   ├── system_ARMCM0.c
│   │   │   │   │   ├── system_ARMCM3.c
│   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   ├── arm_fir_example
│   │   │   │   │   └── ARM
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_fir_data.c
│   │   │   │   │   ├── arm_fir_example_f32.c
│   │   │   │   │   ├── arm_fir_example.ini
│   │   │   │   │   ├── arm_fir_example.uvoptx
│   │   │   │   │   ├── arm_fir_example.uvprojx
│   │   │   │   │   ├── math_helper.c
│   │   │   │   │   ├── math_helper.h
│   │   │   │   │   └── RTE
│   │   │   │   │   ├── Device
│   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   └── RTE_Components.h
│   │   │   │   ├── arm_graphic_equalizer_example
│   │   │   │   │   └── ARM
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_graphic_equalizer_data.c
│   │   │   │   │   ├── arm_graphic_equalizer_example.ini
│   │   │   │   │   ├── arm_graphic_equalizer_example_q31.c
│   │   │   │   │   ├── arm_graphic_equalizer_example.uvoptx
│   │   │   │   │   ├── arm_graphic_equalizer_example.uvprojx
│   │   │   │   │   ├── math_helper.c
│   │   │   │   │   ├── math_helper.h
│   │   │   │   │   └── RTE
│   │   │   │   │   ├── Device
│   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   └── RTE_Components.h
│   │   │   │   ├── arm_linear_interp_example
│   │   │   │   │   └── ARM
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_linear_interp_data.c
│   │   │   │   │   ├── arm_linear_interp_example_f32.c
│   │   │   │   │   ├── arm_linear_interp_example.ini
│   │   │   │   │   ├── arm_linear_interp_example.uvoptx
│   │   │   │   │   ├── arm_linear_interp_example.uvprojx
│   │   │   │   │   ├── math_helper.c
│   │   │   │   │   ├── math_helper.h
│   │   │   │   │   └── RTE
│   │   │   │   │   ├── Device
│   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   └── RTE_Components.h
│   │   │   │   ├── arm_matrix_example
│   │   │   │   │   └── ARM
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_matrix_example_f32.c
│   │   │   │   │   ├── arm_matrix_example.ini
│   │   │   │   │   ├── arm_matrix_example.uvoptx
│   │   │   │   │   ├── arm_matrix_example.uvprojx
│   │   │   │   │   ├── math_helper.c
│   │   │   │   │   ├── math_helper.h
│   │   │   │   │   └── RTE
│   │   │   │   │   ├── Device
│   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   └── RTE_Components.h
│   │   │   │   ├── arm_signal_converge_example
│   │   │   │   │   └── ARM
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_signal_converge_data.c
│   │   │   │   │   ├── arm_signal_converge_example_f32.c
│   │   │   │   │   ├── arm_signal_converge_example.ini
│   │   │   │   │   ├── arm_signal_converge_example.uvoptx
│   │   │   │   │   ├── arm_signal_converge_example.uvprojx
│   │   │   │   │   ├── math_helper.c
│   │   │   │   │   ├── math_helper.h
│   │   │   │   │   └── RTE
│   │   │   │   │   ├── Device
│   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   └── RTE_Components.h
│   │   │   │   ├── arm_sin_cos_example
│   │   │   │   │   └── ARM
│   │   │   │   │   ├── Abstract.txt
│   │   │   │   │   ├── arm_sin_cos_example_f32.c
│   │   │   │   │   ├── arm_sin_cos_example.ini
│   │   │   │   │   ├── arm_sin_cos_example.uvoptx
│   │   │   │   │   ├── arm_sin_cos_example.uvprojx
│   │   │   │   │   └── RTE
│   │   │   │   │   ├── Device
│   │   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   │   └── RTE_Components.h
│   │   │   │   └── arm_variance_example
│   │   │   │   └── ARM
│   │   │   │   ├── Abstract.txt
│   │   │   │   ├── arm_variance_example_f32.c
│   │   │   │   ├── arm_variance_example.ini
│   │   │   │   ├── arm_variance_example.uvoptx
│   │   │   │   ├── arm_variance_example.uvprojx
│   │   │   │   └── RTE
│   │   │   │   ├── Device
│   │   │   │   │   ├── ARMCM0
│   │   │   │   │   │   ├── startup_ARMCM0.s
│   │   │   │   │   │   └── system_ARMCM0.c
│   │   │   │   │   ├── ARMCM3
│   │   │   │   │   │   ├── startup_ARMCM3.s
│   │   │   │   │   │   └── system_ARMCM3.c
│   │   │   │   │   ├── ARMCM4_FP
│   │   │   │   │   │   ├── startup_ARMCM4.s
│   │   │   │   │   │   └── system_ARMCM4.c
│   │   │   │   │   └── ARMCM7_SP
│   │   │   │   │   ├── startup_ARMCM7.s
│   │   │   │   │   └── system_ARMCM7.c
│   │   │   │   └── RTE_Components.h
│   │   │   ├── license.txt
│   │   │   └── Source
│   │   │   ├── ARM
│   │   │   │   ├── arm_cortexM_math_Build.bat
│   │   │   │   ├── arm_cortexM_math.uvoptx
│   │   │   │   ├── arm_cortexM_math.uvprojx
│   │   │   │   └── getSizeInfo.bat
│   │   │   ├── BasicMathFunctions
│   │   │   │   ├── arm_abs_f32.c
│   │   │   │   ├── arm_abs_q15.c
│   │   │   │   ├── arm_abs_q31.c
│   │   │   │   ├── arm_abs_q7.c
│   │   │   │   ├── arm_add_f32.c
│   │   │   │   ├── arm_add_q15.c
│   │   │   │   ├── arm_add_q31.c
│   │   │   │   ├── arm_add_q7.c
│   │   │   │   ├── arm_dot_prod_f32.c
│   │   │   │   ├── arm_dot_prod_q15.c
│   │   │   │   ├── arm_dot_prod_q31.c
│   │   │   │   ├── arm_dot_prod_q7.c
│   │   │   │   ├── arm_mult_f32.c
│   │   │   │   ├── arm_mult_q15.c
│   │   │   │   ├── arm_mult_q31.c
│   │   │   │   ├── arm_mult_q7.c
│   │   │   │   ├── arm_negate_f32.c
│   │   │   │   ├── arm_negate_q15.c
│   │   │   │   ├── arm_negate_q31.c
│   │   │   │   ├── arm_negate_q7.c
│   │   │   │   ├── arm_offset_f32.c
│   │   │   │   ├── arm_offset_q15.c
│   │   │   │   ├── arm_offset_q31.c
│   │   │   │   ├── arm_offset_q7.c
│   │   │   │   ├── arm_scale_f32.c
│   │   │   │   ├── arm_scale_q15.c
│   │   │   │   ├── arm_scale_q31.c
│   │   │   │   ├── arm_scale_q7.c
│   │   │   │   ├── arm_shift_q15.c
│   │   │   │   ├── arm_shift_q31.c
│   │   │   │   ├── arm_shift_q7.c
│   │   │   │   ├── arm_sub_f32.c
│   │   │   │   ├── arm_sub_q15.c
│   │   │   │   ├── arm_sub_q31.c
│   │   │   │   └── arm_sub_q7.c
│   │   │   ├── CommonTables
│   │   │   │   ├── arm_common_tables.c
│   │   │   │   └── arm_const_structs.c
│   │   │   ├── ComplexMathFunctions
│   │   │   │   ├── arm_cmplx_conj_f32.c
│   │   │   │   ├── arm_cmplx_conj_q15.c
│   │   │   │   ├── arm_cmplx_conj_q31.c
│   │   │   │   ├── arm_cmplx_dot_prod_f32.c
│   │   │   │   ├── arm_cmplx_dot_prod_q15.c
│   │   │   │   ├── arm_cmplx_dot_prod_q31.c
│   │   │   │   ├── arm_cmplx_mag_f32.c
│   │   │   │   ├── arm_cmplx_mag_q15.c
│   │   │   │   ├── arm_cmplx_mag_q31.c
│   │   │   │   ├── arm_cmplx_mag_squared_f32.c
│   │   │   │   ├── arm_cmplx_mag_squared_q15.c
│   │   │   │   ├── arm_cmplx_mag_squared_q31.c
│   │   │   │   ├── arm_cmplx_mult_cmplx_f32.c
│   │   │   │   ├── arm_cmplx_mult_cmplx_q15.c
│   │   │   │   ├── arm_cmplx_mult_cmplx_q31.c
│   │   │   │   ├── arm_cmplx_mult_real_f32.c
│   │   │   │   ├── arm_cmplx_mult_real_q15.c
│   │   │   │   └── arm_cmplx_mult_real_q31.c
│   │   │   ├── ControllerFunctions
│   │   │   │   ├── arm_pid_init_f32.c
│   │   │   │   ├── arm_pid_init_q15.c
│   │   │   │   ├── arm_pid_init_q31.c
│   │   │   │   ├── arm_pid_reset_f32.c
│   │   │   │   ├── arm_pid_reset_q15.c
│   │   │   │   ├── arm_pid_reset_q31.c
│   │   │   │   ├── arm_sin_cos_f32.c
│   │   │   │   └── arm_sin_cos_q31.c
│   │   │   ├── FastMathFunctions
│   │   │   │   ├── arm_cos_f32.c
│   │   │   │   ├── arm_cos_q15.c
│   │   │   │   ├── arm_cos_q31.c
│   │   │   │   ├── arm_sin_f32.c
│   │   │   │   ├── arm_sin_q15.c
│   │   │   │   ├── arm_sin_q31.c
│   │   │   │   ├── arm_sqrt_q15.c
│   │   │   │   └── arm_sqrt_q31.c
│   │   │   ├── FilteringFunctions
│   │   │   │   ├── arm_biquad_cascade_df1_32x64_init_q31.c
│   │   │   │   ├── arm_biquad_cascade_df1_32x64_q31.c
│   │   │   │   ├── arm_biquad_cascade_df1_f32.c
│   │   │   │   ├── arm_biquad_cascade_df1_fast_q15.c
│   │   │   │   ├── arm_biquad_cascade_df1_fast_q31.c
│   │   │   │   ├── arm_biquad_cascade_df1_init_f32.c
│   │   │   │   ├── arm_biquad_cascade_df1_init_q15.c
│   │   │   │   ├── arm_biquad_cascade_df1_init_q31.c
│   │   │   │   ├── arm_biquad_cascade_df1_q15.c
│   │   │   │   ├── arm_biquad_cascade_df1_q31.c
│   │   │   │   ├── arm_biquad_cascade_df2T_f32.c
│   │   │   │   ├── arm_biquad_cascade_df2T_f64.c
│   │   │   │   ├── arm_biquad_cascade_df2T_init_f32.c
│   │   │   │   ├── arm_biquad_cascade_df2T_init_f64.c
│   │   │   │   ├── arm_biquad_cascade_stereo_df2T_f32.c
│   │   │   │   ├── arm_biquad_cascade_stereo_df2T_init_f32.c
│   │   │   │   ├── arm_conv_f32.c
│   │   │   │   ├── arm_conv_fast_opt_q15.c
│   │   │   │   ├── arm_conv_fast_q15.c
│   │   │   │   ├── arm_conv_fast_q31.c
│   │   │   │   ├── arm_conv_opt_q15.c
│   │   │   │   ├── arm_conv_opt_q7.c
│   │   │   │   ├── arm_conv_partial_f32.c
│   │   │   │   ├── arm_conv_partial_fast_opt_q15.c
│   │   │   │   ├── arm_conv_partial_fast_q15.c
│   │   │   │   ├── arm_conv_partial_fast_q31.c
│   │   │   │   ├── arm_conv_partial_opt_q15.c
│   │   │   │   ├── arm_conv_partial_opt_q7.c
│   │   │   │   ├── arm_conv_partial_q15.c
│   │   │   │   ├── arm_conv_partial_q31.c
│   │   │   │   ├── arm_conv_partial_q7.c
│   │   │   │   ├── arm_conv_q15.c
│   │   │   │   ├── arm_conv_q31.c
│   │   │   │   ├── arm_conv_q7.c
│   │   │   │   ├── arm_correlate_f32.c
│   │   │   │   ├── arm_correlate_fast_opt_q15.c
│   │   │   │   ├── arm_correlate_fast_q15.c
│   │   │   │   ├── arm_correlate_fast_q31.c
│   │   │   │   ├── arm_correlate_opt_q15.c
│   │   │   │   ├── arm_correlate_opt_q7.c
│   │   │   │   ├── arm_correlate_q15.c
│   │   │   │   ├── arm_correlate_q31.c
│   │   │   │   ├── arm_correlate_q7.c
│   │   │   │   ├── arm_fir_decimate_f32.c
│   │   │   │   ├── arm_fir_decimate_fast_q15.c
│   │   │   │   ├── arm_fir_decimate_fast_q31.c
│   │   │   │   ├── arm_fir_decimate_init_f32.c
│   │   │   │   ├── arm_fir_decimate_init_q15.c
│   │   │   │   ├── arm_fir_decimate_init_q31.c
│   │   │   │   ├── arm_fir_decimate_q15.c
│   │   │   │   ├── arm_fir_decimate_q31.c
│   │   │   │   ├── arm_fir_f32.c
│   │   │   │   ├── arm_fir_fast_q15.c
│   │   │   │   ├── arm_fir_fast_q31.c
│   │   │   │   ├── arm_fir_init_f32.c
│   │   │   │   ├── arm_fir_init_q15.c
│   │   │   │   ├── arm_fir_init_q31.c
│   │   │   │   ├── arm_fir_init_q7.c
│   │   │   │   ├── arm_fir_interpolate_f32.c
│   │   │   │   ├── arm_fir_interpolate_init_f32.c
│   │   │   │   ├── arm_fir_interpolate_init_q15.c
│   │   │   │   ├── arm_fir_interpolate_init_q31.c
│   │   │   │   ├── arm_fir_interpolate_q15.c
│   │   │   │   ├── arm_fir_interpolate_q31.c
│   │   │   │   ├── arm_fir_lattice_f32.c
│   │   │   │   ├── arm_fir_lattice_init_f32.c
│   │   │   │   ├── arm_fir_lattice_init_q15.c
│   │   │   │   ├── arm_fir_lattice_init_q31.c
│   │   │   │   ├── arm_fir_lattice_q15.c
│   │   │   │   ├── arm_fir_lattice_q31.c
│   │   │   │   ├── arm_fir_q15.c
│   │   │   │   ├── arm_fir_q31.c
│   │   │   │   ├── arm_fir_q7.c
│   │   │   │   ├── arm_fir_sparse_f32.c
│   │   │   │   ├── arm_fir_sparse_init_f32.c
│   │   │   │   ├── arm_fir_sparse_init_q15.c
│   │   │   │   ├── arm_fir_sparse_init_q31.c
│   │   │   │   ├── arm_fir_sparse_init_q7.c
│   │   │   │   ├── arm_fir_sparse_q15.c
│   │   │   │   ├── arm_fir_sparse_q31.c
│   │   │   │   ├── arm_fir_sparse_q7.c
│   │   │   │   ├── arm_iir_lattice_f32.c
│   │   │   │   ├── arm_iir_lattice_init_f32.c
│   │   │   │   ├── arm_iir_lattice_init_q15.c
│   │   │   │   ├── arm_iir_lattice_init_q31.c
│   │   │   │   ├── arm_iir_lattice_q15.c
│   │   │   │   ├── arm_iir_lattice_q31.c
│   │   │   │   ├── arm_lms_f32.c
│   │   │   │   ├── arm_lms_init_f32.c
│   │   │   │   ├── arm_lms_init_q15.c
│   │   │   │   ├── arm_lms_init_q31.c
│   │   │   │   ├── arm_lms_norm_f32.c
│   │   │   │   ├── arm_lms_norm_init_f32.c
│   │   │   │   ├── arm_lms_norm_init_q15.c
│   │   │   │   ├── arm_lms_norm_init_q31.c
│   │   │   │   ├── arm_lms_norm_q15.c
│   │   │   │   ├── arm_lms_norm_q31.c
│   │   │   │   ├── arm_lms_q15.c
│   │   │   │   └── arm_lms_q31.c
│   │   │   ├── GCC
│   │   │   │   ├── arm_cortexM_math_Build.bat
│   │   │   │   ├── arm_cortexM_math.uvoptx
│   │   │   │   ├── arm_cortexM_math.uvprojx
│   │   │   │   └── getSizeInfo.bat
│   │   │   ├── MatrixFunctions
│   │   │   │   ├── arm_mat_add_f32.c
│   │   │   │   ├── arm_mat_add_q15.c
│   │   │   │   ├── arm_mat_add_q31.c
│   │   │   │   ├── arm_mat_cmplx_mult_f32.c
│   │   │   │   ├── arm_mat_cmplx_mult_q15.c
│   │   │   │   ├── arm_mat_cmplx_mult_q31.c
│   │   │   │   ├── arm_mat_init_f32.c
│   │   │   │   ├── arm_mat_init_q15.c
│   │   │   │   ├── arm_mat_init_q31.c
│   │   │   │   ├── arm_mat_inverse_f32.c
│   │   │   │   ├── arm_mat_inverse_f64.c
│   │   │   │   ├── arm_mat_mult_f32.c
│   │   │   │   ├── arm_mat_mult_fast_q15.c
│   │   │   │   ├── arm_mat_mult_fast_q31.c
│   │   │   │   ├── arm_mat_mult_q15.c
│   │   │   │   ├── arm_mat_mult_q31.c
│   │   │   │   ├── arm_mat_scale_f32.c
│   │   │   │   ├── arm_mat_scale_q15.c
│   │   │   │   ├── arm_mat_scale_q31.c
│   │   │   │   ├── arm_mat_sub_f32.c
│   │   │   │   ├── arm_mat_sub_q15.c
│   │   │   │   ├── arm_mat_sub_q31.c
│   │   │   │   ├── arm_mat_trans_f32.c
│   │   │   │   ├── arm_mat_trans_q15.c
│   │   │   │   └── arm_mat_trans_q31.c
│   │   │   ├── StatisticsFunctions
│   │   │   │   ├── arm_max_f32.c
│   │   │   │   ├── arm_max_q15.c
│   │   │   │   ├── arm_max_q31.c
│   │   │   │   ├── arm_max_q7.c
│   │   │   │   ├── arm_mean_f32.c
│   │   │   │   ├── arm_mean_q15.c
│   │   │   │   ├── arm_mean_q31.c
│   │   │   │   ├── arm_mean_q7.c
│   │   │   │   ├── arm_min_f32.c
│   │   │   │   ├── arm_min_q15.c
│   │   │   │   ├── arm_min_q31.c
│   │   │   │   ├── arm_min_q7.c
│   │   │   │   ├── arm_power_f32.c
│   │   │   │   ├── arm_power_q15.c
│   │   │   │   ├── arm_power_q31.c
│   │   │   │   ├── arm_power_q7.c
│   │   │   │   ├── arm_rms_f32.c
│   │   │   │   ├── arm_rms_q15.c
│   │   │   │   ├── arm_rms_q31.c
│   │   │   │   ├── arm_std_f32.c
│   │   │   │   ├── arm_std_q15.c
│   │   │   │   ├── arm_std_q31.c
│   │   │   │   ├── arm_var_f32.c
│   │   │   │   ├── arm_var_q15.c
│   │   │   │   └── arm_var_q31.c
│   │   │   ├── SupportFunctions
│   │   │   │   ├── arm_copy_f32.c
│   │   │   │   ├── arm_copy_q15.c
│   │   │   │   ├── arm_copy_q31.c
│   │   │   │   ├── arm_copy_q7.c
│   │   │   │   ├── arm_fill_f32.c
│   │   │   │   ├── arm_fill_q15.c
│   │   │   │   ├── arm_fill_q31.c
│   │   │   │   ├── arm_fill_q7.c
│   │   │   │   ├── arm_float_to_q15.c
│   │   │   │   ├── arm_float_to_q31.c
│   │   │   │   ├── arm_float_to_q7.c
│   │   │   │   ├── arm_q15_to_float.c
│   │   │   │   ├── arm_q15_to_q31.c
│   │   │   │   ├── arm_q15_to_q7.c
│   │   │   │   ├── arm_q31_to_float.c
│   │   │   │   ├── arm_q31_to_q15.c
│   │   │   │   ├── arm_q31_to_q7.c
│   │   │   │   ├── arm_q7_to_float.c
│   │   │   │   ├── arm_q7_to_q15.c
│   │   │   │   └── arm_q7_to_q31.c
│   │   │   └── TransformFunctions
│   │   │   ├── arm_bitreversal2.S
│   │   │   ├── arm_bitreversal.c
│   │   │   ├── arm_cfft_f32.c
│   │   │   ├── arm_cfft_q15.c
│   │   │   ├── arm_cfft_q31.c
│   │   │   ├── arm_cfft_radix2_f32.c
│   │   │   ├── arm_cfft_radix2_init_f32.c
│   │   │   ├── arm_cfft_radix2_init_q15.c
│   │   │   ├── arm_cfft_radix2_init_q31.c
│   │   │   ├── arm_cfft_radix2_q15.c
│   │   │   ├── arm_cfft_radix2_q31.c
│   │   │   ├── arm_cfft_radix4_f32.c
│   │   │   ├── arm_cfft_radix4_init_f32.c
│   │   │   ├── arm_cfft_radix4_init_q15.c
│   │   │   ├── arm_cfft_radix4_init_q31.c
│   │   │   ├── arm_cfft_radix4_q15.c
│   │   │   ├── arm_cfft_radix4_q31.c
│   │   │   ├── arm_cfft_radix8_f32.c
│   │   │   ├── arm_dct4_f32.c
│   │   │   ├── arm_dct4_init_f32.c
│   │   │   ├── arm_dct4_init_q15.c
│   │   │   ├── arm_dct4_init_q31.c
│   │   │   ├── arm_dct4_q15.c
│   │   │   ├── arm_dct4_q31.c
│   │   │   ├── arm_rfft_f32.c
│   │   │   ├── arm_rfft_fast_f32.c
│   │   │   ├── arm_rfft_fast_init_f32.c
│   │   │   ├── arm_rfft_init_f32.c
│   │   │   ├── arm_rfft_init_q15.c
│   │   │   ├── arm_rfft_init_q31.c
│   │   │   ├── arm_rfft_q15.c
│   │   │   └── arm_rfft_q31.c
│   │   ├── Include
│   │   │   ├── arm_common_tables.h
│   │   │   ├── arm_const_structs.h
│   │   │   ├── arm_math.h
│   │   │   ├── cmsis_armcc.h
│   │   │   ├── cmsis_armcc_V6.h
│   │   │   ├── cmsis_gcc.h
│   │   │   ├── core_cm0.h
│   │   │   ├── core_cm0plus.h
│   │   │   ├── core_cm3.h
│   │   │   ├── core_cm4.h
│   │   │   ├── core_cm4_simd.h
│   │   │   ├── core_cm7.h
│   │   │   ├── core_cmFunc.h
│   │   │   ├── core_cmInstr.h
│   │   │   ├── core_cmSimd.h
│   │   │   ├── core_sc000.h
│   │   │   └── core_sc300.h
│   │   ├── index.html
│   │   ├── Lib
│   │   │   ├── ARM
│   │   │   │   └── arm_cortexM0l_math.lib
│   │   │   └── license.txt
│   │   └── SVD
│   │   ├── ARM_Example.h
│   │   └── ARM_Example.svd
│   ├── Device
│   │   └── Nuvoton
│   │   └── NUC121
│   │   ├── Include
│   │   │   ├── NUC121.h
│   │   │   └── system_NUC121.h
│   │   └── Source
│   │   ├── ARM
│   │   │   └── startup_NUC121.s
│   │   ├── IAR
│   │   │   └── startup_NUC121.s
│   │   └── system_NUC121.c
│   └── StdDriver
│   ├── inc
│   │   ├── adc.h
│   │   ├── bpwm.h
│   │   ├── clk.h
│   │   ├── fmc.h
│   │   ├── gpio.h
│   │   ├── i2c.h
│   │   ├── pdma.h
│   │   ├── pwm.h
│   │   ├── spi_i2s.h
│   │   ├── sys.h
│   │   ├── timer.h
│   │   ├── uart.h
│   │   ├── usbd.h
│   │   ├── usci_i2c.h
│   │   ├── usci_spi.h
│   │   ├── usci_uart.h
│   │   ├── wdt.h
│   │   └── wwdt.h
│   └── src
│   ├── adc.c
│   ├── bpwm.c
│   ├── clk.c
│   ├── fmc.c
│   ├── gpio.c
│   ├── i2c.c
│   ├── pdma.c
│   ├── pwm.c
│   ├── retarget.c
│   ├── spi_i2s.c
│   ├── sys.c
│   ├── timer.c
│   ├── uart.c
│   ├── usbd.c
│   ├── usci_i2c.c
│   ├── usci_spi.c
│   ├── usci_uart.c
│   ├── wdt.c
│   └── wwdt.c
├── NUC121_Series_BSP_CMSIS_V3.00.003.zip
├── NuMicro NUC121 Series CMSIS BSP Guide.pdf
├── Nuvoton.NuMicro_DFP.1.2.0.pack
└── SampleCode
├── Hard_Fault_Sample
│   ├── IAR
│   │   ├── Hard_Fault_Sample.ewd
│   │   ├── Hard_Fault_Sample.ewp
│   │   ├── Hard_Fault_Sample.eww
│   │   └── Hard_Fault_Sample.icf
│   ├── KEIL
│   │   ├── Hard_Fault_Sample.uvopt
│   │   ├── Hard_Fault_Sample.uvproj
│   │   └── Nu_Link_Driver.ini
│   └── main.c
├── NuTiny-SDK-NUC121_125
│   └── LED_Toggle
│   ├── IAR
│   │   ├── LED_Toggle.ewd
│   │   ├── LED_Toggle.ewp
│   │   ├── LED_Toggle.eww
│   │   └── LED_Toggle.icf
│   ├── KEIL
│   │   ├── LED_Toggle.uvopt
│   │   ├── LED_Toggle.uvproj
│   │   └── Nu_Link_Driver.ini
│   └── main.c
├── RegBased
│   ├── ADC_BurstMode
│   │   ├── IAR
│   │   │   ├── ADC_BurstMode.ewd
│   │   │   ├── ADC_BurstMode.ewp
│   │   │   ├── ADC_BurstMode.eww
│   │   │   └── ADC_BurstMode.icf
│   │   ├── Keil
│   │   │   ├── ADC_BurstMode.uvopt
│   │   │   ├── ADC_BurstMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_ContinuousScanMode
│   │   ├── IAR
│   │   │   ├── ADC_ContinuousScanMode.ewd
│   │   │   ├── ADC_ContinuousScanMode.ewp
│   │   │   ├── ADC_ContinuousScanMode.eww
│   │   │   └── ADC_ContinuousScanMode.icf
│   │   ├── KEIL
│   │   │   ├── ADC_ContinuousScanMode.uvopt
│   │   │   ├── ADC_ContinuousScanMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_MeasureAVDD
│   │   ├── IAR
│   │   │   ├── ADC_MeasureAVDD.ewd
│   │   │   ├── ADC_MeasureAVDD.ewp
│   │   │   ├── ADC_MeasureAVDD.eww
│   │   │   └── ADC_MeasureAVDD.icf
│   │   ├── Keil
│   │   │   ├── ADC_MeasureAVDD.uvopt
│   │   │   ├── ADC_MeasureAVDD.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_PDMA_SingleCycleScanMode
│   │   ├── IAR
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.ewd
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.ewp
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.eww
│   │   │   └── ADC_PDMA_SingleCycleScanMode.icf
│   │   ├── KEIL
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.uvopt
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_PWMTrigger
│   │   ├── IAR
│   │   │   ├── ADC_PWMTrigger.ewd
│   │   │   ├── ADC_PWMTrigger.ewp
│   │   │   ├── ADC_PWMTrigger.eww
│   │   │   └── ADC_PWMTrigger.icf
│   │   ├── KEIL
│   │   │   ├── ADC_PWMTrigger.uvopt
│   │   │   ├── ADC_PWMTrigger.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_ResultMonitor
│   │   ├── IAR
│   │   │   ├── ADC_ResultMonitor.ewd
│   │   │   ├── ADC_ResultMonitor.ewp
│   │   │   ├── ADC_ResultMonitor.eww
│   │   │   └── ADC_ResultMonitor.icf
│   │   ├── KEIL
│   │   │   ├── ADC_ResultMonitor.uvopt
│   │   │   ├── ADC_ResultMonitor.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_SingleCycleScanMode
│   │   ├── IAR
│   │   │   ├── ADC_SingleCycleScanMode.ewd
│   │   │   ├── ADC_SingleCycleScanMode.ewp
│   │   │   ├── ADC_SingleCycleScanMode.eww
│   │   │   └── ADC_SingleCycleScanMode.icf
│   │   ├── KEIL
│   │   │   ├── ADC_SingleCycleScanMode.uvopt
│   │   │   ├── ADC_SingleCycleScanMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_SingleMode
│   │   ├── IAR
│   │   │   ├── ADC_SingleMode.ewd
│   │   │   ├── ADC_SingleMode.ewp
│   │   │   ├── ADC_SingleMode.eww
│   │   │   └── ADC_SingleMode.icf
│   │   ├── KEIL
│   │   │   ├── ADC_SingleMode.uvopt
│   │   │   ├── ADC_SingleMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_Capture
│   │   ├── IAR
│   │   │   ├── BPWM_Capture.ewd
│   │   │   ├── BPWM_Capture.ewp
│   │   │   ├── BPWM_Capture.eww
│   │   │   └── BPWM_Capture.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_Capture.uvopt
│   │   │   ├── BPWM_Capture.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_DoubleBuffer_PeriodLoadingMode
│   │   ├── IAR
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.ewd
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.ewp
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.eww
│   │   │   └── BPWM_DoubleBuffer_PeriodLoadingMode.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.uvopt
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_DutySwitch
│   │   ├── IAR
│   │   │   ├── BPWM_DutySwitch.ewd
│   │   │   ├── BPWM_DutySwitch.ewp
│   │   │   ├── BPWM_DutySwitch.eww
│   │   │   └── BPWM_DutySwitch.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_DutySwitch.uvopt
│   │   │   ├── BPWM_DutySwitch.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_OutputWaveform
│   │   ├── IAR
│   │   │   ├── BPWM_OutputWaveform.ewd
│   │   │   ├── BPWM_OutputWaveform.ewp
│   │   │   ├── BPWM_OutputWaveform.eww
│   │   │   └── BPWM_OutputWaveform.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_OutputWaveform.uvopt
│   │   │   ├── BPWM_OutputWaveform.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_SyncStart
│   │   ├── IAR
│   │   │   ├── BPWM_SyncStart.ewd
│   │   │   ├── BPWM_SyncStart.ewp
│   │   │   ├── BPWM_SyncStart.eww
│   │   │   └── BPWM_SyncStart.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_SyncStart.uvopt
│   │   │   ├── BPWM_SyncStart.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── CLK_ClockDetector
│   │   ├── IAR
│   │   │   ├── CLK_ClockDetector.ewd
│   │   │   ├── CLK_ClockDetector.ewp
│   │   │   ├── CLK_ClockDetector.eww
│   │   │   └── CLK_ClockDetector.icf
│   │   ├── KEIL
│   │   │   ├── CLK_ClockDetector.uvopt
│   │   │   ├── CLK_ClockDetector.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── CLK_PLLClockOutput
│   │   ├── IAR
│   │   │   ├── CLK_PLLClockOutput.ewd
│   │   │   ├── CLK_PLLClockOutput.ewp
│   │   │   ├── CLK_PLLClockOutput.eww
│   │   │   └── CLK_PLLClockOutput.icf
│   │   ├── KEIL
│   │   │   ├── CLK_PLLClockOutput.uvopt
│   │   │   ├── CLK_PLLClockOutput.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── FMC_ExeInSRAM
│   │   ├── KEIL
│   │   │   ├── FMC_ExeInSRAM.scf
│   │   │   ├── FMC_ExeInSRAM.uvopt
│   │   │   ├── FMC_ExeInSRAM.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── FMC_IAP
│   │   ├── APROM_main.c
│   │   ├── IAR
│   │   │   ├── dummy.bin
│   │   │   ├── FMC_APROM.ewd
│   │   │   ├── FMC_APROM.ewp
│   │   │   ├── FMC_APROM.icf
│   │   │   ├── FMC_IAP.eww
│   │   │   ├── FMC_LDROM_IAP.ewd
│   │   │   ├── FMC_LDROM_IAP.ewp
│   │   │   ├── FMC_LDROM_IAP.icf
│   │   │   └── Release
│   │   │   └── Exe
│   │   │   └── FMC_LDROM_IAP.bin
│   │   ├── KEIL
│   │   │   ├── ap_image.s
│   │   │   ├── FMC_APROM.uvopt
│   │   │   ├── FMC_APROM.uvproj
│   │   │   ├── FMC_LDROM_IAP.uvopt
│   │   │   ├── FMC_LDROM_IAP.uvproj
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   └── obj
│   │   │   └── FMC_LDROM_IAP.bin
│   │   └── LDROM_main.c
│   ├── FMC_RW
│   │   ├── IAR
│   │   │   ├── FMC_RW.ewd
│   │   │   ├── FMC_RW.ewp
│   │   │   ├── FMC_RW.eww
│   │   │   └── FMC_RW.icf
│   │   ├── KEIL
│   │   │   ├── FMC_RW.uvopt
│   │   │   ├── FMC_RW.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── FMC_SPROM
│   │   ├── KEIL
│   │   │   ├── FMC_SPROM.sct
│   │   │   ├── FMC_SPROM.uvopt
│   │   │   ├── FMC_SPROM.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   ├── main.c
│   │   └── SPROM.c
│   ├── GPIO_EINTAndDebounce
│   │   ├── IAR
│   │   │   ├── GPIO_EINTAndDebounce.ewd
│   │   │   ├── GPIO_EINTAndDebounce.ewp
│   │   │   ├── GPIO_EINTAndDebounce.eww
│   │   │   └── GPIO_EINTAndDebounce.icf
│   │   ├── KEIL
│   │   │   ├── GPIO_EINTAndDebounce.uvopt
│   │   │   ├── GPIO_EINTAndDebounce.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── GPIO_INT
│   │   ├── IAR
│   │   │   ├── GPIO_INT.ewd
│   │   │   ├── GPIO_INT.ewp
│   │   │   ├── GPIO_INT.eww
│   │   │   └── GPIO_INT.icf
│   │   ├── KEIL
│   │   │   ├── GPIO_INT.uvopt
│   │   │   ├── GPIO_INT.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── GPIO_OutputInput
│   │   ├── IAR
│   │   │   ├── GPIO_OutputInput.ewd
│   │   │   ├── GPIO_OutputInput.ewp
│   │   │   ├── GPIO_OutputInput.eww
│   │   │   └── GPIO_OutputInput.icf
│   │   ├── KEIL
│   │   │   ├── GPIO_OutputInput.uvopt
│   │   │   ├── GPIO_OutputInput.uvproj
│   │   │   ├── lst
│   │   │   │   ├── GPIO_OutputInput.map
│   │   │   │   ├── main.i
│   │   │   │   ├── retarget.i
│   │   │   │   ├── startup_nuc121.lst
│   │   │   │   └── system_nuc121.i
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   └── obj
│   │   │   ├── GPIO_OutputInput.axf
│   │   │   ├── GPIO_OutputInput.bin
│   │   │   ├── GPIO_OutputInput.build_log.htm
│   │   │   ├── GPIO_OutputInput_GPIO_OutputInput.dep
│   │   │   ├── GPIO_OutputInput.htm
│   │   │   ├── GPIO_OutputInput.lnp
│   │   │   ├── GPIO_OutputInput.txt
│   │   │   ├── main.crf
│   │   │   ├── main.d
│   │   │   ├── main.o
│   │   │   ├── retarget.crf
│   │   │   ├── retarget.d
│   │   │   ├── retarget.o
│   │   │   ├── startup_nuc121.d
│   │   │   ├── startup_nuc121.o
│   │   │   ├── system_nuc121.crf
│   │   │   ├── system_nuc121.d
│   │   │   └── system_nuc121.o
│   │   └── main.c
│   ├── GPIO_PowerDown
│   │   ├── IAR
│   │   │   ├── GPIO_PowerDown.ewd
│   │   │   ├── GPIO_PowerDown.ewp
│   │   │   ├── GPIO_PowerDown.eww
│   │   │   └── GPIO_PowerDown.icf
│   │   ├── KEIL
│   │   │   ├── GPIO_PowerDown.uvopt
│   │   │   ├── GPIO_PowerDown.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── HIRC_Trim
│   │   ├── IAR
│   │   │   ├── HIRC_Trim.ewd
│   │   │   ├── HIRC_Trim.ewp
│   │   │   ├── HIRC_Trim.eww
│   │   │   └── HIRC_Trim.icf
│   │   ├── KEIL
│   │   │   ├── HIRC_Trim.uvopt
│   │   │   ├── HIRC_Trim.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_EEPROM
│   │   ├── IAR
│   │   │   ├── I2C_EEPROM.ewd
│   │   │   ├── I2C_EEPROM.ewp
│   │   │   ├── I2C_EEPROM.eww
│   │   │   └── I2C_EEPROM.icf
│   │   ├── KEIL
│   │   │   ├── I2C_EEPROM.uvopt
│   │   │   ├── I2C_EEPROM.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_GCMode_Master
│   │   ├── IAR
│   │   │   ├── I2C_GCMode_Master.ewd
│   │   │   ├── I2C_GCMode_Master.ewp
│   │   │   ├── I2C_GCMode_Master.eww
│   │   │   └── I2C_GCMode_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_GCMode_Master.uvopt
│   │   │   ├── I2C_GCMode_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_GCMode_Slave
│   │   ├── IAR
│   │   │   ├── I2C_GCMode_Slave.ewd
│   │   │   ├── I2C_GCMode_Slave.ewp
│   │   │   ├── I2C_GCMode_Slave.eww
│   │   │   └── I2C_GCMode_Slave.icf
│   │   ├── KEIL
│   │   │   ├── I2C_GCMode_Slave.uvopt
│   │   │   ├── I2C_GCMode_Slave.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_Master
│   │   ├── IAR
│   │   │   ├── I2C_Master.ewd
│   │   │   ├── I2C_Master.ewp
│   │   │   ├── I2C_Master.eww
│   │   │   └── I2C_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_Master.uvopt
│   │   │   ├── I2C_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_MultiBytes_Master
│   │   ├── IAR
│   │   │   ├── I2C_MultiBytes_Master.ewd
│   │   │   ├── I2C_MultiBytes_Master.ewp
│   │   │   ├── I2C_MultiBytes_Master.eww
│   │   │   └── I2C_MultiBytes_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_MultiBytes_Master.uvopt
│   │   │   ├── I2C_MultiBytes_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_SingleByte_Master
│   │   ├── IAR
│   │   │   ├── I2C_SingleByte_Master.ewd
│   │   │   ├── I2C_SingleByte_Master.ewp
│   │   │   ├── I2C_SingleByte_Master.eww
│   │   │   └── I2C_SingleByte_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_SingleByte_Master.uvopt
│   │   │   ├── I2C_SingleByte_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_Slave
│   │   ├── IAR
│   │   │   ├── I2C_Slave.ewd
│   │   │   ├── I2C_Slave.ewp
│   │   │   ├── I2C_Slave.eww
│   │   │   └── I2C_Slave.icf
│   │   ├── KEIL
│   │   │   ├── I2C_Slave.uvopt
│   │   │   ├── I2C_Slave.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_Wakeup_Master
│   │   ├── IAR
│   │   │   ├── I2C_Wakeup_Master.ewd
│   │   │   ├── I2C_Wakeup_Master.ewp
│   │   │   ├── I2C_Wakeup_Master.eww
│   │   │   └── I2C_Wakeup_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_Wakeup_Master.uvopt
│   │   │   ├── I2C_Wakeup_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_Wakeup_Slave
│   │   ├── IAR
│   │   │   ├── I2C_Wakeup_Slave.ewd
│   │   │   ├── I2C_Wakeup_Slave.ewp
│   │   │   ├── I2C_Wakeup_Slave.eww
│   │   │   └── I2C_Wakeup_Slave.icf
│   │   ├── KEIL
│   │   │   ├── I2C_Wakeup_Slave.uvopt
│   │   │   ├── I2C_Wakeup_Slave.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_Master
│   │   ├── IAR
│   │   │   ├── I2S_Master.ewd
│   │   │   ├── I2S_Master.ewp
│   │   │   ├── I2S_Master.eww
│   │   │   └── I2S_Master.icf
│   │   ├── Keil
│   │   │   ├── I2S_Master.uvopt
│   │   │   ├── I2S_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_PDMA_NAU8822
│   │   ├── IAR
│   │   │   ├── I2S_PDMA_NAU8822.ewd
│   │   │   ├── I2S_PDMA_NAU8822.ewp
│   │   │   ├── I2S_PDMA_NAU8822.eww
│   │   │   └── I2S_PDMA_NAU8822.icf
│   │   ├── KEIL
│   │   │   ├── I2S_PDMA_NAU8822.uvopt
│   │   │   ├── I2S_PDMA_NAU8822.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_PDMA_Play
│   │   ├── IAR
│   │   │   ├── I2S_PDMA_Play.ewd
│   │   │   ├── I2S_PDMA_Play.ewp
│   │   │   ├── I2S_PDMA_Play.eww
│   │   │   └── I2S_PDMA_Play.icf
│   │   ├── KEIL
│   │   │   ├── I2S_PDMA_Play.uvopt
│   │   │   ├── I2S_PDMA_Play.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_PDMA_PlayRecord
│   │   ├── IAR
│   │   │   ├── I2S_PDMA_PlayRecord.ewd
│   │   │   ├── I2S_PDMA_PlayRecord.ewp
│   │   │   ├── I2S_PDMA_PlayRecord.eww
│   │   │   └── I2S_PDMA_PlayRecord.icf
│   │   ├── KEIL
│   │   │   ├── I2S_PDMA_PlayRecord.uvopt
│   │   │   ├── I2S_PDMA_PlayRecord.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_PDMA_Record
│   │   ├── IAR
│   │   │   ├── I2S_PDMA_Record.ewd
│   │   │   ├── I2S_PDMA_Record.ewp
│   │   │   ├── I2S_PDMA_Record.eww
│   │   │   └── I2S_PDMA_Record.icf
│   │   ├── KEIL
│   │   │   ├── I2S_PDMA_Record.uvopt
│   │   │   ├── I2S_PDMA_Record.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_Slave
│   │   ├── IAR
│   │   │   ├── I2S_Slave.ewd
│   │   │   ├── I2S_Slave.ewp
│   │   │   ├── I2S_Slave.eww
│   │   │   └── I2S_Slave.icf
│   │   ├── Keil
│   │   │   ├── I2S_Slave.uvopt
│   │   │   ├── I2S_Slave.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── PDMA
│   │   ├── IAR
│   │   │   ├── PDMA.ewd
│   │   │   ├── PDMA.ewp
│   │   │   ├── PDMA.eww
│   │   │   └── PDMA.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PDMA.uvopt
│   │   │   └── PDMA.uvproj
│   │   └── main.c
│   ├── PDMA_Scatter_Gather
│   │   ├── IAR
│   │   │   ├── PDMA_Scatter_Gather.ewd
│   │   │   ├── PDMA_Scatter_Gather.ewp
│   │   │   ├── PDMA_Scatter_Gather.eww
│   │   │   └── PDMA_Scatter_Gather.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PDMA_Scatter_Gather.uvopt
│   │   │   └── PDMA_Scatter_Gather.uvproj
│   │   └── main.c
│   ├── PDMA_ScatterGather_PingPongBuffer
│   │   ├── IAR
│   │   │   ├── PDMA_ScatterGather_PingPongBuffer.ewd
│   │   │   ├── PDMA_ScatterGather_PingPongBuffer.ewp
│   │   │   ├── PDMA_ScatterGather_PingPongBuffer.eww
│   │   │   └── PDMA_ScatterGather_PingPongBuffer.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PDMA_ScatterGather_PingPongBuffer.uvopt
│   │   │   └── PDMA_ScatterGather_PingPongBuffer.uvproj
│   │   └── main.c
│   ├── PWM_Capture
│   │   ├── IAR
│   │   │   ├── PWM_Capture.ewd
│   │   │   ├── PWM_Capture.ewp
│   │   │   ├── PWM_Capture.eww
│   │   │   └── PWM_Capture.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_Capture.uvopt
│   │   │   └── PWM_Capture.uvproj
│   │   └── main.c
│   ├── PWM_DeadZone
│   │   ├── IAR
│   │   │   ├── PWM_DeadZone.ewd
│   │   │   ├── PWM_DeadZone.ewp
│   │   │   ├── PWM_DeadZone.eww
│   │   │   └── PWM_DeadZone.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_DeadZone.uvopt
│   │   │   └── PWM_DeadZone.uvproj
│   │   └── main.c
│   ├── PWM_DoubleBuffer_PeriodLoadingMode
│   │   ├── IAR
│   │   │   ├── PWM_DoubleBuffer_PeriodLoadingMode.ewd
│   │   │   ├── PWM_DoubleBuffer_PeriodLoadingMode.ewp
│   │   │   ├── PWM_DoubleBuffer_PeriodLoadingMode.eww
│   │   │   └── PWM_DoubleBuffer_PeriodLoadingMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_DoubleBuffer_PeriodLoadingMode.uvopt
│   │   │   └── PWM_DoubleBuffer_PeriodLoadingMode.uvproj
│   │   └── main.c
│   ├── PWM_DutySwitch
│   │   ├── IAR
│   │   │   ├── PWM_DutySwitch.ewd
│   │   │   ├── PWM_DutySwitch.ewp
│   │   │   ├── PWM_DutySwitch.eww
│   │   │   └── PWM_DutySwitch.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_DutySwitch.uvopt
│   │   │   └── PWM_DutySwitch.uvproj
│   │   └── main.c
│   ├── PWM_OutputWaveform
│   │   ├── IAR
│   │   │   ├── PWM_OutputWaveform.ewd
│   │   │   ├── PWM_OutputWaveform.ewp
│   │   │   ├── PWM_OutputWaveform.eww
│   │   │   └── PWM_OutputWaveform.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_OutputWaveform.uvopt
│   │   │   └── PWM_OutputWaveform.uvproj
│   │   └── main.c
│   ├── PWM_PDMA_Capture
│   │   ├── IAR
│   │   │   ├── PWM_PDMA_Capture.ewd
│   │   │   ├── PWM_PDMA_Capture.ewp
│   │   │   ├── PWM_PDMA_Capture.eww
│   │   │   └── PWM_PDMA_Capture.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_PDMA_Capture.uvopt
│   │   │   └── PWM_PDMA_Capture.uvproj
│   │   └── main.c
│   ├── PWM_SyncStart
│   │   ├── IAR
│   │   │   ├── PWM_SyncStart.ewd
│   │   │   ├── PWM_SyncStart.ewp
│   │   │   ├── PWM_SyncStart.eww
│   │   │   └── PWM_SyncStart.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_SyncStart.uvopt
│   │   │   └── PWM_SyncStart.uvproj
│   │   └── main.c
│   ├── SPI_MasterFIFOMode
│   │   ├── IAR
│   │   │   ├── SPI_MasterFIFOMode.ewd
│   │   │   ├── SPI_MasterFIFOMode.ewp
│   │   │   ├── SPI_MasterFIFOMode.eww
│   │   │   └── SPI_MasterFIFOMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── SPI_MasterFIFOMode.uvopt
│   │   │   └── SPI_MasterFIFOMode.uvproj
│   │   └── main.c
│   ├── SPI_PDMA_LoopTest
│   │   ├── IAR
│   │   │   ├── SPI_PDMA_LoopTest.ewd
│   │   │   ├── SPI_PDMA_LoopTest.ewp
│   │   │   ├── SPI_PDMA_LoopTest.eww
│   │   │   └── SPI_PDMA_LoopTest.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── SPI_PDMA_LoopTest.uvopt
│   │   │   └── SPI_PDMA_LoopTest.uvproj
│   │   └── main.c
│   ├── SPI_SlaveFIFOMode
│   │   ├── IAR
│   │   │   ├── SPI_SlaveFIFOMode.ewd
│   │   │   ├── SPI_SlaveFIFOMode.ewp
│   │   │   ├── SPI_SlaveFIFOMode.eww
│   │   │   └── SPI_SlaveFIFOMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── SPI_SlaveFIFOMode.uvopt
│   │   │   └── SPI_SlaveFIFOMode.uvproj
│   │   └── main.c
│   ├── SYS_BODWakeup
│   │   ├── IAR
│   │   │   ├── SYS_BODWakeup.ewd
│   │   │   ├── SYS_BODWakeup.ewp
│   │   │   ├── SYS_BODWakeup.eww
│   │   │   └── SYS_BODWakeup.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── SYS_BODWakeup.uvopt
│   │   │   └── SYS_BODWakeup.uvproj
│   │   └── main.c
│   ├── TIMER_CaptureCounter
│   │   ├── IAR
│   │   │   ├── TIMER_CaptureCounter.ewd
│   │   │   ├── TIMER_CaptureCounter.ewp
│   │   │   ├── TIMER_CaptureCounter.eww
│   │   │   └── TIMER_CaptureCounter.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_CaptureCounter.uvopt
│   │   │   └── TIMER_CaptureCounter.uvproj
│   │   └── main.c
│   ├── TIMER_Delay
│   │   ├── IAR
│   │   │   ├── TIMER_Delay.ewd
│   │   │   ├── TIMER_Delay.ewp
│   │   │   ├── TIMER_Delay.eww
│   │   │   └── TIMER_Delay.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_Delay.uvopt
│   │   │   └── TIMER_Delay.uvproj
│   │   └── main.c
│   ├── TIMER_EventCounter
│   │   ├── IAR
│   │   │   ├── TIMER_EventCounter.ewd
│   │   │   ├── TIMER_EventCounter.ewp
│   │   │   ├── TIMER_EventCounter.eww
│   │   │   └── TIMER_EventCounter.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_EventCounter.uvopt
│   │   │   └── TIMER_EventCounter.uvproj
│   │   └── main.c
│   ├── TIMER_PeriodicINT
│   │   ├── IAR
│   │   │   ├── TIMER_PeriodicINT.ewd
│   │   │   ├── TIMER_PeriodicINT.ewp
│   │   │   ├── TIMER_PeriodicINT.eww
│   │   │   └── TIMER_PeriodicINT.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_PeriodicINT.uvopt
│   │   │   └── TIMER_PeriodicINT.uvproj
│   │   └── main.c
│   ├── TIMER_TimeoutWakeup
│   │   ├── IAR
│   │   │   ├── TIMER_TimeoutWakeup.ewd
│   │   │   ├── TIMER_TimeoutWakeup.ewp
│   │   │   ├── TIMER_TimeoutWakeup.eww
│   │   │   └── TIMER_TimeoutWakeup.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_TimeoutWakeup.uvopt
│   │   │   └── TIMER_TimeoutWakeup.uvproj
│   │   └── main.c
│   ├── UART_AutoBaudRate_Master
│   │   ├── IAR
│   │   │   ├── UART_AutoBaudRate_Master.ewd
│   │   │   ├── UART_AutoBaudRate_Master.ewp
│   │   │   ├── UART_AutoBaudRate_Master.eww
│   │   │   └── UART_AutoBaudRate_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_AutoBaudRate_Master.uvopt
│   │   │   └── UART_AutoBaudRate_Master.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_AutoBaudRate_Slave
│   │   ├── IAR
│   │   │   ├── UART_AutoBaudRate_Slave.ewd
│   │   │   ├── UART_AutoBaudRate_Slave.ewp
│   │   │   ├── UART_AutoBaudRate_Slave.eww
│   │   │   └── UART_AutoBaudRate_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_AutoBaudRate_Slave.uvopt
│   │   │   └── UART_AutoBaudRate_Slave.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_Autoflow_Master
│   │   ├── IAR
│   │   │   ├── UART_Autoflow_Master.ewd
│   │   │   ├── UART_Autoflow_Master.ewp
│   │   │   ├── UART_Autoflow_Master.eww
│   │   │   └── UART_Autoflow_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_Autoflow_Master.uvopt
│   │   │   └── UART_Autoflow_Master.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_Autoflow_Slave
│   │   ├── IAR
│   │   │   ├── UART_Autoflow_Slave.ewd
│   │   │   ├── UART_Autoflow_Slave.ewp
│   │   │   ├── UART_Autoflow_Slave.eww
│   │   │   └── UART_Autoflow_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_Autoflow_Slave.uvopt
│   │   │   └── UART_Autoflow_Slave.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_IrDA_Master
│   │   ├── IAR
│   │   │   ├── UART_IrDA_Master.ewd
│   │   │   ├── UART_IrDA_Master.ewp
│   │   │   ├── UART_IrDA_Master.eww
│   │   │   └── UART_IrDA_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_IrDA_Master.uvopt
│   │   │   └── UART_IrDA_Master.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_IrDA_Slave
│   │   ├── IAR
│   │   │   ├── UART_IrDA_Slave.ewd
│   │   │   ├── UART_IrDA_Slave.ewp
│   │   │   ├── UART_IrDA_Slave.eww
│   │   │   └── UART_IrDA_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_IrDA_Slave.uvopt
│   │   │   └── UART_IrDA_Slave.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_LIN
│   │   ├── IAR
│   │   │   ├── UART_LIN.ewd
│   │   │   ├── UART_LIN.ewp
│   │   │   ├── UART_LIN.eww
│   │   │   └── UART_LIN.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_LIN.uvopt
│   │   │   └── UART_LIN.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_PDMA
│   │   ├── IAR
│   │   │   ├── UART_PDMA.ewd
│   │   │   ├── UART_PDMA.ewp
│   │   │   ├── UART_PDMA.eww
│   │   │   └── UART_PDMA.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_PDMA.uvopt
│   │   │   └── UART_PDMA.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_RS485_Master
│   │   ├── IAR
│   │   │   ├── UART_RS485_Master.ewd
│   │   │   ├── UART_RS485_Master.ewp
│   │   │   ├── UART_RS485_Master.eww
│   │   │   └── UART_RS485_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_RS485_Master.uvopt
│   │   │   └── UART_RS485_Master.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_RS485_Slave
│   │   ├── IAR
│   │   │   ├── UART_RS485_Slave.ewd
│   │   │   ├── UART_RS485_Slave.ewp
│   │   │   ├── UART_RS485_Slave.eww
│   │   │   └── UART_RS485_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_RS485_Slave.uvopt
│   │   │   └── UART_RS485_Slave.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_TxRx_Function
│   │   ├── IAR
│   │   │   ├── UART_TxRx_Function.ewd
│   │   │   ├── UART_TxRx_Function.ewp
│   │   │   ├── UART_TxRx_Function.eww
│   │   │   └── UART_TxRx_Function.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_TxRx_Function.uvopt
│   │   │   └── UART_TxRx_Function.uvproj
│   │   └── main.c
│   ├── UART_Wakeup
│   │   ├── IAR
│   │   │   ├── UART_Wakeup.ewd
│   │   │   ├── UART_Wakeup.ewp
│   │   │   ├── UART_Wakeup.eww
│   │   │   └── UART_Wakeup.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_Wakeup.uvopt
│   │   │   └── UART_Wakeup.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_Wakeup_LXT
│   │   ├── IAR
│   │   │   ├── UART_Wakeup_LXT.ewd
│   │   │   ├── UART_Wakeup_LXT.ewp
│   │   │   ├── UART_Wakeup_LXT.eww
│   │   │   └── UART_Wakeup_LXT.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_Wakeup_LXT.uvopt
│   │   │   └── UART_Wakeup_LXT.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── USCI_I2C_EEPROM
│   │   ├── IAR
│   │   │   ├── USCI_I2C_EEPROM.ewd
│   │   │   ├── USCI_I2C_EEPROM.ewp
│   │   │   ├── USCI_I2C_EEPROM.eww
│   │   │   └── USCI_I2C_EEPROM.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_EEPROM.uvopt
│   │   │   └── USCI_I2C_EEPROM.uvproj
│   │   └── main.c
│   ├── USCI_I2C_GCMode_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_GCMode_Master.ewd
│   │   │   ├── USCI_I2C_GCMode_Master.ewp
│   │   │   ├── USCI_I2C_GCMode_Master.eww
│   │   │   └── USCI_I2C_GCMode_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_GCMode_Master.uvopt
│   │   │   └── USCI_I2C_GCMode_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_GCMode_Slave
│   │   ├── IAR
│   │   │   ├── USCI_I2C_GCMode_Slave.ewd
│   │   │   ├── USCI_I2C_GCMode_Slave.ewp
│   │   │   ├── USCI_I2C_GCMode_Slave.eww
│   │   │   └── USCI_I2C_GCMode_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_GCMode_Slave.uvopt
│   │   │   └── USCI_I2C_GCMode_Slave.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Master.ewd
│   │   │   ├── USCI_I2C_Master.ewp
│   │   │   ├── USCI_I2C_Master.eww
│   │   │   └── USCI_I2C_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Master.uvopt
│   │   │   └── USCI_I2C_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Master_10bit
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Master_10bit.ewd
│   │   │   ├── USCI_I2C_Master_10bit.ewp
│   │   │   ├── USCI_I2C_Master_10bit.eww
│   │   │   └── USCI_I2C_Master_10bit.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Master_10bit.uvopt
│   │   │   └── USCI_I2C_Master_10bit.uvproj
│   │   └── main.c
│   ├── USCI_I2C_MultiBytes_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_MultiBytes_Master.ewd
│   │   │   ├── USCI_I2C_MultiBytes_Master.ewp
│   │   │   ├── USCI_I2C_MultiBytes_Master.eww
│   │   │   └── USCI_I2C_MultiBytes_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_MultiBytes_Master.uvopt
│   │   │   └── USCI_I2C_MultiBytes_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_SingleByte_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_SingleByte_Master.ewd
│   │   │   ├── USCI_I2C_SingleByte_Master.ewp
│   │   │   ├── USCI_I2C_SingleByte_Master.eww
│   │   │   └── USCI_I2C_SingleByte_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_SingleByte_Master.uvopt
│   │   │   └── USCI_I2C_SingleByte_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Slave
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Slave.ewd
│   │   │   ├── USCI_I2C_Slave.ewp
│   │   │   ├── USCI_I2C_Slave.eww
│   │   │   └── USCI_I2C_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Slave.uvopt
│   │   │   └── USCI_I2C_Slave.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Slave_10bit
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Slave_10bit.ewd
│   │   │   ├── USCI_I2C_Slave_10bit.ewp
│   │   │   ├── USCI_I2C_Slave_10bit.eww
│   │   │   └── USCI_I2C_Slave_10bit.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Slave_10bit.uvopt
│   │   │   └── USCI_I2C_Slave_10bit.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Wakeup_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Wakeup_Master.ewd
│   │   │   ├── USCI_I2C_Wakeup_Master.ewp
│   │   │   ├── USCI_I2C_Wakeup_Master.eww
│   │   │   └── USCI_I2C_Wakeup_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Wakeup_Master.uvopt
│   │   │   └── USCI_I2C_Wakeup_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Wakeup_Slave
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Wakeup_Slave.ewd
│   │   │   ├── USCI_I2C_Wakeup_Slave.ewp
│   │   │   ├── USCI_I2C_Wakeup_Slave.eww
│   │   │   └── USCI_I2C_Wakeup_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Wakeup_Slave.uvopt
│   │   │   └── USCI_I2C_Wakeup_Slave.uvproj
│   │   └── main.c
│   ├── USCI_SPI_MasterMode
│   │   ├── IAR
│   │   │   ├── USCI_SPI_MasterMode.ewd
│   │   │   ├── USCI_SPI_MasterMode.ewp
│   │   │   ├── USCI_SPI_MasterMode.eww
│   │   │   └── USCI_SPI_MasterMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_SPI_MasterMode.uvopt
│   │   │   └── USCI_SPI_MasterMode.uvproj
│   │   └── main.c
│   ├── USCI_SPI_PDMA_LoopTest
│   │   ├── IAR
│   │   │   ├── USCI_SPI_PDMA_LoopTest.ewd
│   │   │   ├── USCI_SPI_PDMA_LoopTest.ewp
│   │   │   ├── USCI_SPI_PDMA_LoopTest.eww
│   │   │   └── USCI_SPI_PDMA_LoopTest.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_SPI_PDMA_LoopTest.uvopt
│   │   │   └── USCI_SPI_PDMA_LoopTest.uvproj
│   │   └── main.c
│   ├── USCI_SPI_SlaveMode
│   │   ├── IAR
│   │   │   ├── USCI_SPI_SlaveMode.ewd
│   │   │   ├── USCI_SPI_SlaveMode.ewp
│   │   │   ├── USCI_SPI_SlaveMode.eww
│   │   │   └── USCI_SPI_SlaveMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_SPI_SlaveMode.uvopt
│   │   │   └── USCI_SPI_SlaveMode.uvproj
│   │   └── main.c
│   ├── USCI_UART_AutoBaudRate_Master
│   │   ├── IAR
│   │   │   ├── USCI_UART_AutoBaudRate_Master.ewd
│   │   │   ├── USCI_UART_AutoBaudRate_Master.ewp
│   │   │   ├── USCI_UART_AutoBaudRate_Master.eww
│   │   │   └── USCI_UART_AutoBaudRate_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_AutoBaudRate_Master.uvopt
│   │   │   └── USCI_UART_AutoBaudRate_Master.uvproj
│   │   └── main.c
│   ├── USCI_UART_AutoBaudRate_Slave
│   │   ├── IAR
│   │   │   ├── USCI_UART_AutoBaudRate_Slave.ewd
│   │   │   ├── USCI_UART_AutoBaudRate_Slave.ewp
│   │   │   ├── USCI_UART_AutoBaudRate_Slave.eww
│   │   │   └── USCI_UART_AutoBaudRate_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_AutoBaudRate_Slave.uvopt
│   │   │   └── USCI_UART_AutoBaudRate_Slave.uvproj
│   │   └── main.c
│   ├── USCI_UART_Autoflow_Master
│   │   ├── IAR
│   │   │   ├── USCI_UART_Autoflow_Master.ewd
│   │   │   ├── USCI_UART_Autoflow_Master.ewp
│   │   │   ├── USCI_UART_Autoflow_Master.eww
│   │   │   └── USCI_UART_Autoflow_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_Autoflow_Master.uvopt
│   │   │   └── USCI_UART_Autoflow_Master.uvproj
│   │   └── main.c
│   ├── USCI_UART_Autoflow_Slave
│   │   ├── IAR
│   │   │   ├── USCI_UART_Autoflow_Slave.ewd
│   │   │   ├── USCI_UART_Autoflow_Slave.ewp
│   │   │   ├── USCI_UART_Autoflow_Slave.eww
│   │   │   └── USCI_UART_Autoflow_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_Autoflow_Slave.uvopt
│   │   │   └── USCI_UART_Autoflow_Slave.uvproj
│   │   └── main.c
│   ├── USCI_UART_PDMA
│   │   ├── IAR
│   │   │   ├── USCI_UART_PDMA.ewd
│   │   │   ├── USCI_UART_PDMA.ewp
│   │   │   ├── USCI_UART_PDMA.eww
│   │   │   └── USCI_UART_PDMA.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_PDMA.uvopt
│   │   │   └── USCI_UART_PDMA.uvproj
│   │   └── main.c
│   ├── USCI_UART_RS485_Master
│   │   ├── IAR
│   │   │   ├── USCI_UART_RS485_Master.ewd
│   │   │   ├── USCI_UART_RS485_Master.ewp
│   │   │   ├── USCI_UART_RS485_Master.eww
│   │   │   └── USCI_UART_RS485_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_RS485_Master.uvopt
│   │   │   └── USCI_UART_RS485_Master.uvproj
│   │   └── main.c
│   ├── USCI_UART_RS485_Slave
│   │   ├── IAR
│   │   │   ├── USCI_UART_RS485_Slave.ewd
│   │   │   ├── USCI_UART_RS485_Slave.ewp
│   │   │   ├── USCI_UART_RS485_Slave.eww
│   │   │   └── USCI_UART_RS485_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_RS485_Slave.uvopt
│   │   │   └── USCI_UART_RS485_Slave.uvproj
│   │   └── main.c
│   ├── USCI_UART_TxRx_Function
│   │   ├── IAR
│   │   │   ├── USCI_UART_TxRx_Function.ewd
│   │   │   ├── USCI_UART_TxRx_Function.ewp
│   │   │   ├── USCI_UART_TxRx_Function.eww
│   │   │   └── USCI_UART_TxRx_Function.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_TxRx_Function.uvopt
│   │   │   └── USCI_UART_TxRx_Function.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── USCI_UART_Wakeup
│   │   ├── IAR
│   │   │   ├── USCI_UART_Wakeup.ewd
│   │   │   ├── USCI_UART_Wakeup.ewp
│   │   │   ├── USCI_UART_Wakeup.eww
│   │   │   └── USCI_UART_Wakeup.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_Wakeup.uvopt
│   │   │   └── USCI_UART_Wakeup.uvproj
│   │   └── main.c
│   ├── WDT_PowerDown
│   │   ├── IAR
│   │   │   ├── WDT_PowerDown.ewd
│   │   │   ├── WDT_PowerDown.ewp
│   │   │   ├── WDT_PowerDown.eww
│   │   │   └── WDT_PowerDown.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── WDT_PowerDown.uvopt
│   │   │   └── WDT_PowerDown.uvproj
│   │   └── main.c
│   ├── WDT_TimeoutINT
│   │   ├── IAR
│   │   │   ├── WDT_TimeoutINT.ewd
│   │   │   ├── WDT_TimeoutINT.ewp
│   │   │   ├── WDT_TimeoutINT.eww
│   │   │   └── WDT_TimeoutINT.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── WDT_TimeoutINT.uvopt
│   │   │   └── WDT_TimeoutINT.uvproj
│   │   └── main.c
│   ├── WDT_TimeoutReset
│   │   ├── IAR
│   │   │   ├── WDT_TimeoutReset.ewd
│   │   │   ├── WDT_TimeoutReset.ewp
│   │   │   ├── WDT_TimeoutReset.eww
│   │   │   └── WDT_TimeoutReset.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── WDT_TimeoutReset.uvopt
│   │   │   └── WDT_TimeoutReset.uvproj
│   │   └── main.c
│   └── WWDT_CompareINT
│   ├── IAR
│   │   ├── WWDT_CompareINT.ewd
│   │   ├── WWDT_CompareINT.ewp
│   │   ├── WWDT_CompareINT.eww
│   │   └── WWDT_CompareINT.icf
│   ├── KEIL
│   │   ├── Nu_Link_Driver.ini
│   │   ├── WWDT_CompareINT.uvopt
│   │   └── WWDT_CompareINT.uvproj
│   └── main.c
├── Semihost
│   ├── IAR
│   │   ├── Semihost.ewd
│   │   ├── Semihost.ewp
│   │   └── Semihost.eww
│   ├── KEIL
│   │   ├── Nu_Link_Driver.ini
│   │   ├── Semihost.uvopt
│   │   └── Semihost.uvproj
│   ├── main.c
│   └── README.txt
├── StdDriver
│   ├── ADC_BurstMode
│   │   ├── IAR
│   │   │   ├── ADC_BurstMode.ewd
│   │   │   ├── ADC_BurstMode.ewp
│   │   │   ├── ADC_BurstMode.eww
│   │   │   └── ADC_BurstMode.icf
│   │   ├── KEIL
│   │   │   ├── ADC_BurstMode.uvopt
│   │   │   ├── ADC_BurstMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_ContinuousScanMode
│   │   ├── IAR
│   │   │   ├── ADC_ContinuousScanMode.ewd
│   │   │   ├── ADC_ContinuousScanMode.ewp
│   │   │   ├── ADC_ContinuousScanMode.eww
│   │   │   └── ADC_ContinuousScanMode.icf
│   │   ├── KEIL
│   │   │   ├── ADC_ContinuousScanMode.uvopt
│   │   │   ├── ADC_ContinuousScanMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_MeasureAVDD
│   │   ├── IAR
│   │   │   ├── ADC_MeasureAVDD.ewd
│   │   │   ├── ADC_MeasureAVDD.ewp
│   │   │   ├── ADC_MeasureAVDD.eww
│   │   │   └── ADC_MeasureAVDD.icf
│   │   ├── Keil
│   │   │   ├── ADC_MeasureAVDD.uvopt
│   │   │   ├── ADC_MeasureAVDD.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_PDMA_SingleCycleScanMode
│   │   ├── IAR
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.ewd
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.ewp
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.eww
│   │   │   └── ADC_PDMA_SingleCycleScanMode.icf
│   │   ├── KEIL
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.uvopt
│   │   │   ├── ADC_PDMA_SingleCycleScanMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_PWMTrigger
│   │   ├── IAR
│   │   │   ├── ADC_PWMTrigger.ewd
│   │   │   ├── ADC_PWMTrigger.ewp
│   │   │   ├── ADC_PWMTrigger.eww
│   │   │   └── ADC_PWMTrigger.icf
│   │   ├── KEIL
│   │   │   ├── ADC_PWMTrigger.uvopt
│   │   │   ├── ADC_PWMTrigger.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_ResultMonitor
│   │   ├── IAR
│   │   │   ├── ADC_ResultMonitor.ewd
│   │   │   ├── ADC_ResultMonitor.ewp
│   │   │   ├── ADC_ResultMonitor.eww
│   │   │   └── ADC_ResultMonitor.icf
│   │   ├── KEIL
│   │   │   ├── ADC_ResultMonitor.uvopt
│   │   │   ├── ADC_ResultMonitor.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_SingleCycleScanMode
│   │   ├── IAR
│   │   │   ├── ADC_SingleCycleScanMode.ewd
│   │   │   ├── ADC_SingleCycleScanMode.ewp
│   │   │   ├── ADC_SingleCycleScanMode.eww
│   │   │   └── ADC_SingleCycleScanMode.icf
│   │   ├── KEIL
│   │   │   ├── ADC_SingleCycleScanMode.uvopt
│   │   │   ├── ADC_SingleCycleScanMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── ADC_SingleMode
│   │   ├── IAR
│   │   │   ├── ADC_SingleMode.ewd
│   │   │   ├── ADC_SingleMode.ewp
│   │   │   ├── ADC_SingleMode.eww
│   │   │   └── ADC_SingleMode.icf
│   │   ├── KEIL
│   │   │   ├── ADC_SingleMode.uvopt
│   │   │   ├── ADC_SingleMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_Capture
│   │   ├── IAR
│   │   │   ├── BPWM_Capture.ewd
│   │   │   ├── BPWM_Capture.ewp
│   │   │   ├── BPWM_Capture.eww
│   │   │   └── BPWM_Capture.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_Capture.uvopt
│   │   │   ├── BPWM_Capture.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_DoubleBuffer_PeriodLoadingMode
│   │   ├── IAR
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.ewd
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.ewp
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.eww
│   │   │   └── BPWM_DoubleBuffer_PeriodLoadingMode.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.uvopt
│   │   │   ├── BPWM_DoubleBuffer_PeriodLoadingMode.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_DutySwitch
│   │   ├── IAR
│   │   │   ├── BPWM_DutySwitch.ewd
│   │   │   ├── BPWM_DutySwitch.ewp
│   │   │   ├── BPWM_DutySwitch.eww
│   │   │   └── BPWM_DutySwitch.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_DutySwitch.uvopt
│   │   │   ├── BPWM_DutySwitch.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_OutputWaveform
│   │   ├── IAR
│   │   │   ├── BPWM_OutputWaveform.ewd
│   │   │   ├── BPWM_OutputWaveform.ewp
│   │   │   ├── BPWM_OutputWaveform.eww
│   │   │   └── BPWM_OutputWaveform.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_OutputWaveform.uvopt
│   │   │   ├── BPWM_OutputWaveform.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── BPWM_SyncStart
│   │   ├── IAR
│   │   │   ├── BPWM_SyncStart.ewd
│   │   │   ├── BPWM_SyncStart.ewp
│   │   │   ├── BPWM_SyncStart.eww
│   │   │   └── BPWM_SyncStart.icf
│   │   ├── KEIL
│   │   │   ├── BPWM_SyncStart.uvopt
│   │   │   ├── BPWM_SyncStart.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── CLK_ClockDetector
│   │   ├── IAR
│   │   │   ├── CLK_ClockDetector.ewd
│   │   │   ├── CLK_ClockDetector.ewp
│   │   │   ├── CLK_ClockDetector.eww
│   │   │   └── CLK_ClockDetector.icf
│   │   ├── KEIL
│   │   │   ├── CLK_ClockDetector.uvopt
│   │   │   ├── CLK_ClockDetector.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── CLK_PLLClockOutput
│   │   ├── IAR
│   │   │   ├── CLK_PLLClockOutput.ewd
│   │   │   ├── CLK_PLLClockOutput.ewp
│   │   │   └── CLK_PLLClockOutput.eww
│   │   ├── KEIL
│   │   │   ├── CLK_PLLClockOutput.uvopt
│   │   │   ├── CLK_PLLClockOutput.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── FMC_ExeInSRAM
│   │   ├── KEIL
│   │   │   ├── FMC_ExeInSRAM.scf
│   │   │   ├── FMC_ExeInSRAM.uvopt
│   │   │   ├── FMC_ExeInSRAM.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── FMC_IAP
│   │   ├── APROM_main.c
│   │   ├── IAR
│   │   │   ├── dummy.bin
│   │   │   ├── FMC_APROM.ewd
│   │   │   ├── FMC_APROM.ewp
│   │   │   ├── FMC_APROM.icf
│   │   │   ├── FMC_IAP.eww
│   │   │   ├── FMC_LDROM_IAP.ewd
│   │   │   ├── FMC_LDROM_IAP.ewp
│   │   │   ├── FMC_LDROM_IAP.icf
│   │   │   └── Release
│   │   │   └── Exe
│   │   │   └── FMC_LDROM_IAP.bin
│   │   ├── KEIL
│   │   │   ├── ap_image.s
│   │   │   ├── FMC_APROM.uvopt
│   │   │   ├── FMC_APROM.uvproj
│   │   │   ├── FMC_LDROM_IAP.uvopt
│   │   │   ├── FMC_LDROM_IAP.uvproj
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   └── obj
│   │   │   └── FMC_LDROM_IAP.bin
│   │   └── LDROM_main.c
│   ├── FMC_RW
│   │   ├── IAR
│   │   │   ├── FMC_RW.ewd
│   │   │   ├── FMC_RW.ewp
│   │   │   ├── FMC_RW.eww
│   │   │   └── FMC_RW.icf
│   │   ├── KEIL
│   │   │   ├── FMC_RW.uvopt
│   │   │   ├── FMC_RW.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── FMC_SPROM
│   │   ├── KEIL
│   │   │   ├── FMC_SPROM.sct
│   │   │   ├── FMC_SPROM.uvopt
│   │   │   ├── FMC_SPROM.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   ├── main.c
│   │   └── SPROM.c
│   ├── GPIO_EINTAndDebounce
│   │   ├── IAR
│   │   │   ├── GPIO_EINTAndDebounce.ewd
│   │   │   ├── GPIO_EINTAndDebounce.ewp
│   │   │   ├── GPIO_EINTAndDebounce.eww
│   │   │   └── GPIO_EINTAndDebounce.icf
│   │   ├── KEIL
│   │   │   ├── GPIO_EINTAndDebounce.uvopt
│   │   │   ├── GPIO_EINTAndDebounce.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── GPIO_INT
│   │   ├── IAR
│   │   │   ├── GPIO_INT.ewd
│   │   │   ├── GPIO_INT.ewp
│   │   │   ├── GPIO_INT.eww
│   │   │   └── GPIO_INT.icf
│   │   ├── KEIL
│   │   │   ├── GPIO_INT.uvopt
│   │   │   ├── GPIO_INT.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── GPIO_OutputInput
│   │   ├── IAR
│   │   │   ├── GPIO_OutputInput.ewd
│   │   │   ├── GPIO_OutputInput.ewp
│   │   │   ├── GPIO_OutputInput.eww
│   │   │   └── GPIO_OutputInput.icf
│   │   ├── KEIL
│   │   │   ├── GPIO_OutputInput.uvopt
│   │   │   ├── GPIO_OutputInput.uvproj
│   │   │   ├── lst
│   │   │   │   ├── clk.i
│   │   │   │   ├── gpio.i
│   │   │   │   ├── GPIO_OutputInput.map
│   │   │   │   ├── main.i
│   │   │   │   ├── retarget.i
│   │   │   │   ├── startup_nuc121.lst
│   │   │   │   ├── sys.i
│   │   │   │   ├── system_nuc121.i
│   │   │   │   └── uart.i
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   └── obj
│   │   │   ├── clk.crf
│   │   │   ├── clk.d
│   │   │   ├── clk.o
│   │   │   ├── gpio.crf
│   │   │   ├── gpio.d
│   │   │   ├── gpio.o
│   │   │   ├── GPIO_OutputInput.axf
│   │   │   ├── GPIO_OutputInput.bin
│   │   │   ├── GPIO_OutputInput.build_log.htm
│   │   │   ├── GPIO_OutputInput_GPIO_OutputInput.dep
│   │   │   ├── GPIO_OutputInput.htm
│   │   │   ├── GPIO_OutputInput.lnp
│   │   │   ├── GPIO_OutputInput.txt
│   │   │   ├── main.crf
│   │   │   ├── main.d
│   │   │   ├── main.o
│   │   │   ├── retarget.crf
│   │   │   ├── retarget.d
│   │   │   ├── retarget.o
│   │   │   ├── startup_nuc121.d
│   │   │   ├── startup_nuc121.o
│   │   │   ├── sys.crf
│   │   │   ├── sys.d
│   │   │   ├── sys.o
│   │   │   ├── system_nuc121.crf
│   │   │   ├── system_nuc121.d
│   │   │   ├── system_nuc121.o
│   │   │   ├── uart.crf
│   │   │   ├── uart.d
│   │   │   └── uart.o
│   │   └── main.c
│   ├── GPIO_PowerDown
│   │   ├── IAR
│   │   │   ├── GPIO_PowerDown.ewd
│   │   │   ├── GPIO_PowerDown.ewp
│   │   │   ├── GPIO_PowerDown.eww
│   │   │   └── GPIO_PowerDown.icf
│   │   ├── KEIL
│   │   │   ├── GPIO_PowerDown.uvopt
│   │   │   ├── GPIO_PowerDown.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_EEPROM
│   │   ├── IAR
│   │   │   ├── I2C_EEPROM.ewd
│   │   │   ├── I2C_EEPROM.ewp
│   │   │   ├── I2C_EEPROM.eww
│   │   │   └── I2C_EEPROM.icf
│   │   ├── KEIL
│   │   │   ├── I2C_EEPROM.uvopt
│   │   │   ├── I2C_EEPROM.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_GCMode_Master
│   │   ├── IAR
│   │   │   ├── I2C_GCMode_Master.ewd
│   │   │   ├── I2C_GCMode_Master.ewp
│   │   │   ├── I2C_GCMode_Master.eww
│   │   │   └── I2C_GCMode_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_GCMode_Master.uvopt
│   │   │   ├── I2C_GCMode_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_GCMode_Slave
│   │   ├── IAR
│   │   │   ├── I2C_GCMode_Slave.ewd
│   │   │   ├── I2C_GCMode_Slave.ewp
│   │   │   ├── I2C_GCMode_Slave.eww
│   │   │   └── I2C_GCMode_Slave.icf
│   │   ├── KEIL
│   │   │   ├── I2C_GCMode_Slave.uvopt
│   │   │   ├── I2C_GCMode_Slave.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_Master
│   │   ├── IAR
│   │   │   ├── I2C_Master.ewd
│   │   │   ├── I2C_Master.ewp
│   │   │   ├── I2C_Master.eww
│   │   │   └── I2C_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_Master.uvopt
│   │   │   ├── I2C_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_MultiBytes_Master
│   │   ├── IAR
│   │   │   ├── I2C_MultiBytes_Master.ewd
│   │   │   ├── I2C_MultiBytes_Master.ewp
│   │   │   ├── I2C_MultiBytes_Master.eww
│   │   │   └── I2C_MultiBytes_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_MultiBytes_Master.uvopt
│   │   │   ├── I2C_MultiBytes_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_SingleByte_Master
│   │   ├── IAR
│   │   │   ├── I2C_SingleByte_Master.ewd
│   │   │   ├── I2C_SingleByte_Master.ewp
│   │   │   ├── I2C_SingleByte_Master.eww
│   │   │   └── I2C_SingleByte_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_SingleByte_Master.uvopt
│   │   │   ├── I2C_SingleByte_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_Slave
│   │   ├── IAR
│   │   │   ├── I2C_Slave.ewd
│   │   │   ├── I2C_Slave.ewp
│   │   │   ├── I2C_Slave.eww
│   │   │   └── I2C_Slave.icf
│   │   ├── KEIL
│   │   │   ├── I2C_Slave.uvopt
│   │   │   ├── I2C_Slave.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_Wakeup_Master
│   │   ├── IAR
│   │   │   ├── I2C_Wakeup_Master.ewd
│   │   │   ├── I2C_Wakeup_Master.ewp
│   │   │   ├── I2C_Wakeup_Master.eww
│   │   │   └── I2C_Wakeup_Master.icf
│   │   ├── KEIL
│   │   │   ├── I2C_Wakeup_Master.uvopt
│   │   │   ├── I2C_Wakeup_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2C_Wakeup_Slave
│   │   ├── IAR
│   │   │   ├── I2C_Wakeup_Slave.ewd
│   │   │   ├── I2C_Wakeup_Slave.ewp
│   │   │   ├── I2C_Wakeup_Slave.eww
│   │   │   └── I2C_Wakeup_Slave.icf
│   │   ├── KEIL
│   │   │   ├── I2C_Wakeup_Slave.uvopt
│   │   │   ├── I2C_Wakeup_Slave.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_Master
│   │   ├── IAR
│   │   │   ├── I2S_Master.ewd
│   │   │   ├── I2S_Master.ewp
│   │   │   ├── I2S_Master.eww
│   │   │   └── I2S_Master.icf
│   │   ├── Keil
│   │   │   ├── I2S_Master.uvopt
│   │   │   ├── I2S_Master.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_PDMA_NAU8822
│   │   ├── IAR
│   │   │   ├── I2S_PDMA_NAU8822.ewd
│   │   │   ├── I2S_PDMA_NAU8822.ewp
│   │   │   ├── I2S_PDMA_NAU8822.eww
│   │   │   └── I2S_PDMA_NAU8822.icf
│   │   ├── KEIL
│   │   │   ├── I2S_PDMA_NAU8822.uvopt
│   │   │   ├── I2S_PDMA_NAU8822.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_PDMA_Play
│   │   ├── IAR
│   │   │   ├── I2S_PDMA_Play.ewd
│   │   │   ├── I2S_PDMA_Play.ewp
│   │   │   ├── I2S_PDMA_Play.eww
│   │   │   └── I2S_PDMA_Play.icf
│   │   ├── KEIL
│   │   │   ├── I2S_PDMA_Play.uvopt
│   │   │   ├── I2S_PDMA_Play.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_PDMA_PlayRecord
│   │   ├── IAR
│   │   │   ├── I2S_PDMA_PlayRecord.ewd
│   │   │   ├── I2S_PDMA_PlayRecord.ewp
│   │   │   ├── I2S_PDMA_PlayRecord.eww
│   │   │   └── I2S_PDMA_PlayRecord.icf
│   │   ├── KEIL
│   │   │   ├── I2S_PDMA_PlayRecord.uvopt
│   │   │   ├── I2S_PDMA_PlayRecord.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_PDMA_Record
│   │   ├── IAR
│   │   │   ├── I2S_PDMA_Record.ewd
│   │   │   ├── I2S_PDMA_Record.ewp
│   │   │   ├── I2S_PDMA_Record.eww
│   │   │   └── I2S_PDMA_Record.icf
│   │   ├── KEIL
│   │   │   ├── I2S_PDMA_Record.uvopt
│   │   │   ├── I2S_PDMA_Record.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── I2S_Slave
│   │   ├── IAR
│   │   │   ├── I2S_Slave.ewd
│   │   │   ├── I2S_Slave.ewp
│   │   │   ├── I2S_Slave.eww
│   │   │   └── I2S_Slave.icf
│   │   ├── Keil
│   │   │   ├── I2S_Slave.uvopt
│   │   │   ├── I2S_Slave.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   └── main.c
│   ├── PDMA
│   │   ├── IAR
│   │   │   ├── PDMA.ewd
│   │   │   ├── PDMA.ewp
│   │   │   ├── PDMA.eww
│   │   │   └── PDMA.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PDMA.uvopt
│   │   │   └── PDMA.uvproj
│   │   └── main.c
│   ├── PDMA_Scatter_Gather
│   │   ├── IAR
│   │   │   ├── PDMA_Scatter_Gather.ewd
│   │   │   ├── PDMA_Scatter_Gather.ewp
│   │   │   ├── PDMA_Scatter_Gather.eww
│   │   │   └── PDMA_Scatter_Gather.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PDMA_Scatter_Gather.uvopt
│   │   │   └── PDMA_Scatter_Gather.uvproj
│   │   └── main.c
│   ├── PDMA_ScatterGather_PingPongBuffer
│   │   ├── IAR
│   │   │   ├── PDMA_ScatterGather_PingPongBuffer.ewd
│   │   │   ├── PDMA_ScatterGather_PingPongBuffer.ewp
│   │   │   ├── PDMA_ScatterGather_PingPongBuffer.eww
│   │   │   └── PDMA_ScatterGather_PingPongBuffer.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PDMA_ScatterGather_PingPongBuffer.uvopt
│   │   │   └── PDMA_ScatterGather_PingPongBuffer.uvproj
│   │   └── main.c
│   ├── PWM_Capture
│   │   ├── IAR
│   │   │   ├── PWM_Capture.ewd
│   │   │   ├── PWM_Capture.ewp
│   │   │   ├── PWM_Capture.eww
│   │   │   └── PWM_Capture.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_Capture.uvopt
│   │   │   └── PWM_Capture.uvproj
│   │   └── main.c
│   ├── PWM_DeadZone
│   │   ├── IAR
│   │   │   ├── PWM_DeadZone.ewd
│   │   │   ├── PWM_DeadZone.ewp
│   │   │   ├── PWM_DeadZone.eww
│   │   │   └── PWM_DeadZone.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_DeadZone.uvopt
│   │   │   └── PWM_DeadZone.uvproj
│   │   └── main.c
│   ├── PWM_DoubleBuffer_PeriodLoadingMode
│   │   ├── IAR
│   │   │   ├── PWM_DoubleBuffer_PeriodLoadingMode.ewd
│   │   │   ├── PWM_DoubleBuffer_PeriodLoadingMode.ewp
│   │   │   ├── PWM_DoubleBuffer_PeriodLoadingMode.eww
│   │   │   └── PWM_DoubleBuffer_PeriodLoadingMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_DoubleBuffer_PeriodLoadingMode.uvopt
│   │   │   └── PWM_DoubleBuffer_PeriodLoadingMode.uvproj
│   │   └── main.c
│   ├── PWM_DutySwitch
│   │   ├── IAR
│   │   │   ├── PWM_DutySwitch.ewd
│   │   │   ├── PWM_DutySwitch.ewp
│   │   │   ├── PWM_DutySwitch.eww
│   │   │   └── PWM_DutySwitch.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_DutySwitch.uvopt
│   │   │   └── PWM_DutySwitch.uvproj
│   │   └── main.c
│   ├── PWM_OutputWaveform
│   │   ├── IAR
│   │   │   ├── PWM_OutputWaveform.ewd
│   │   │   ├── PWM_OutputWaveform.ewp
│   │   │   ├── PWM_OutputWaveform.eww
│   │   │   └── PWM_OutputWaveform.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_OutputWaveform.uvopt
│   │   │   └── PWM_OutputWaveform.uvproj
│   │   └── main.c
│   ├── PWM_PDMA_Capture
│   │   ├── IAR
│   │   │   ├── PWM_PDMA_Capture.ewd
│   │   │   ├── PWM_PDMA_Capture.ewp
│   │   │   ├── PWM_PDMA_Capture.eww
│   │   │   └── PWM_PDMA_Capture.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_PDMA_Capture.uvopt
│   │   │   └── PWM_PDMA_Capture.uvproj
│   │   └── main.c
│   ├── PWM_SyncStart
│   │   ├── IAR
│   │   │   ├── PWM_SyncStart.ewd
│   │   │   ├── PWM_SyncStart.ewp
│   │   │   ├── PWM_SyncStart.eww
│   │   │   └── PWM_SyncStart.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── PWM_SyncStart.uvopt
│   │   │   └── PWM_SyncStart.uvproj
│   │   └── main.c
│   ├── SPI_MasterFIFOMode
│   │   ├── IAR
│   │   │   ├── SPI_MasterFIFOMode.ewd
│   │   │   ├── SPI_MasterFIFOMode.ewp
│   │   │   ├── SPI_MasterFIFOMode.eww
│   │   │   └── SPI_MasterFIFOMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── SPI_MasterFIFOMode.uvopt
│   │   │   └── SPI_MasterFIFOMode.uvproj
│   │   └── main.c
│   ├── SPI_PDMA_LoopTest
│   │   ├── IAR
│   │   │   ├── SPI_PDMA_LoopTest.ewd
│   │   │   ├── SPI_PDMA_LoopTest.ewp
│   │   │   ├── SPI_PDMA_LoopTest.eww
│   │   │   └── SPI_PDMA_LoopTest.icf
│   │   ├── Keil
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── SPI_PDMA_LoopTest.uvopt
│   │   │   └── SPI_PDMA_LoopTest.uvproj
│   │   └── main.c
│   ├── SPI_SlaveFIFOMode
│   │   ├── IAR
│   │   │   ├── SPI_SlaveFIFOMode.ewd
│   │   │   ├── SPI_SlaveFIFOMode.ewp
│   │   │   ├── SPI_SlaveFIFOMode.eww
│   │   │   └── SPI_SlaveFIFOMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── SPI_SlaveFIFOMode.uvopt
│   │   │   └── SPI_SlaveFIFOMode.uvproj
│   │   └── main.c
│   ├── SYS_BODWakeup
│   │   ├── IAR
│   │   │   ├── SYS_BODWakeup.ewd
│   │   │   ├── SYS_BODWakeup.ewp
│   │   │   ├── SYS_BODWakeup.eww
│   │   │   └── SYS_BODWakeup.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── SYS_BODWakeup.uvopt
│   │   │   └── SYS_BODWakeup.uvproj
│   │   └── main.c
│   ├── TIMER_CaptureCounter
│   │   ├── IAR
│   │   │   ├── TIMER_CaptureCounter.ewd
│   │   │   ├── TIMER_CaptureCounter.ewp
│   │   │   ├── TIMER_CaptureCounter.eww
│   │   │   └── TIMER_CaptureCounter.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_CaptureCounter.uvopt
│   │   │   └── TIMER_CaptureCounter.uvproj
│   │   └── main.c
│   ├── TIMER_Delay
│   │   ├── IAR
│   │   │   ├── TIMER_Delay.ewd
│   │   │   ├── TIMER_Delay.ewp
│   │   │   ├── TIMER_Delay.eww
│   │   │   └── TIMER_Delay.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_Delay.uvopt
│   │   │   └── TIMER_Delay.uvproj
│   │   └── main.c
│   ├── TIMER_EventCounter
│   │   ├── IAR
│   │   │   ├── TIMER_EventCounter.ewd
│   │   │   ├── TIMER_EventCounter.ewp
│   │   │   ├── TIMER_EventCounter.eww
│   │   │   └── TIMER_EventCounter.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_EventCounter.uvopt
│   │   │   └── TIMER_EventCounter.uvproj
│   │   └── main.c
│   ├── TIMER_PeriodicINT
│   │   ├── IAR
│   │   │   ├── TIMER_PeriodicINT.ewd
│   │   │   ├── TIMER_PeriodicINT.ewp
│   │   │   ├── TIMER_PeriodicINT.eww
│   │   │   └── TIMER_PeriodicINT.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_PeriodicINT.uvopt
│   │   │   └── TIMER_PeriodicINT.uvproj
│   │   └── main.c
│   ├── TIMER_TimeoutWakeup
│   │   ├── IAR
│   │   │   ├── TIMER_TimeoutWakeup.ewd
│   │   │   ├── TIMER_TimeoutWakeup.ewp
│   │   │   ├── TIMER_TimeoutWakeup.eww
│   │   │   └── TIMER_TimeoutWakeup.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── TIMER_TimeoutWakeup.uvopt
│   │   │   └── TIMER_TimeoutWakeup.uvproj
│   │   └── main.c
│   ├── UART_AutoBaudRate_Master
│   │   ├── IAR
│   │   │   ├── UART_AutoBaudRate_Master.ewd
│   │   │   ├── UART_AutoBaudRate_Master.ewp
│   │   │   ├── UART_AutoBaudRate_Master.eww
│   │   │   └── UART_AutoBaudRate_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_AutoBaudRate_Master.uvopt
│   │   │   └── UART_AutoBaudRate_Master.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_AutoBaudRate_Slave
│   │   ├── IAR
│   │   │   ├── UART_AutoBaudRate_Slave.ewd
│   │   │   ├── UART_AutoBaudRate_Slave.ewp
│   │   │   ├── UART_AutoBaudRate_Slave.eww
│   │   │   └── UART_AutoBaudRate_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_AutoBaudRate_Slave.uvopt
│   │   │   └── UART_AutoBaudRate_Slave.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_Autoflow_Master
│   │   ├── IAR
│   │   │   ├── UART_Autoflow_Master.ewd
│   │   │   ├── UART_Autoflow_Master.ewp
│   │   │   ├── UART_Autoflow_Master.eww
│   │   │   └── UART_Autoflow_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_Autoflow_Master.uvopt
│   │   │   └── UART_Autoflow_Master.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_Autoflow_Slave
│   │   ├── IAR
│   │   │   ├── UART_Autoflow_Slave.ewd
│   │   │   ├── UART_Autoflow_Slave.ewp
│   │   │   ├── UART_Autoflow_Slave.eww
│   │   │   └── UART_Autoflow_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_Autoflow_Slave.uvopt
│   │   │   └── UART_Autoflow_Slave.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_IrDA_Master
│   │   ├── IAR
│   │   │   ├── UART_IrDA_Master.ewd
│   │   │   ├── UART_IrDA_Master.ewp
│   │   │   ├── UART_IrDA_Master.eww
│   │   │   └── UART_IrDA_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_IrDA_Master.uvopt
│   │   │   └── UART_IrDA_Master.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_IrDA_Slave
│   │   ├── IAR
│   │   │   ├── UART_IrDA_Slave.ewd
│   │   │   ├── UART_IrDA_Slave.ewp
│   │   │   ├── UART_IrDA_Slave.eww
│   │   │   └── UART_IrDA_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_IrDA_Slave.uvopt
│   │   │   └── UART_IrDA_Slave.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_LIN
│   │   ├── IAR
│   │   │   ├── UART_LIN.ewd
│   │   │   ├── UART_LIN.ewp
│   │   │   ├── UART_LIN.eww
│   │   │   └── UART_LIN.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_LIN.uvopt
│   │   │   └── UART_LIN.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_PDMA
│   │   ├── IAR
│   │   │   ├── UART_PDMA.ewd
│   │   │   ├── UART_PDMA.ewp
│   │   │   ├── UART_PDMA.eww
│   │   │   └── UART_PDMA.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_PDMA.uvopt
│   │   │   └── UART_PDMA.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_RS485_Master
│   │   ├── IAR
│   │   │   ├── UART_RS485_Master.ewd
│   │   │   ├── UART_RS485_Master.ewp
│   │   │   ├── UART_RS485_Master.eww
│   │   │   └── UART_RS485_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_RS485_Master.uvopt
│   │   │   └── UART_RS485_Master.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_RS485_Slave
│   │   ├── IAR
│   │   │   ├── UART_RS485_Slave.ewd
│   │   │   ├── UART_RS485_Slave.ewp
│   │   │   ├── UART_RS485_Slave.eww
│   │   │   └── UART_RS485_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_RS485_Slave.uvopt
│   │   │   └── UART_RS485_Slave.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_TxRx_Function
│   │   ├── IAR
│   │   │   ├── UART_TxRx_Function.ewd
│   │   │   ├── UART_TxRx_Function.ewp
│   │   │   ├── UART_TxRx_Function.eww
│   │   │   └── UART_TxRx_Function.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_TxRx_Function.uvopt
│   │   │   └── UART_TxRx_Function.uvproj
│   │   └── main.c
│   ├── UART_Wakeup
│   │   ├── IAR
│   │   │   ├── UART_Wakeup.ewd
│   │   │   ├── UART_Wakeup.ewp
│   │   │   ├── UART_Wakeup.eww
│   │   │   └── UART_Wakeup.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_Wakeup.uvopt
│   │   │   └── UART_Wakeup.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── UART_Wakeup_LXT
│   │   ├── IAR
│   │   │   ├── UART_Wakeup_LXT.ewd
│   │   │   ├── UART_Wakeup_LXT.ewp
│   │   │   ├── UART_Wakeup_LXT.eww
│   │   │   └── UART_Wakeup_LXT.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── UART_Wakeup_LXT.uvopt
│   │   │   └── UART_Wakeup_LXT.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── USBD_Audio_HID_NAU8822
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_Audio_HID_NAU8822.ewd
│   │   │   ├── USBD_Audio_HID_NAU8822.ewp
│   │   │   ├── USBD_Audio_HID_NAU8822.eww
│   │   │   └── USBD_Audio_HID_NAU8822.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_Audio_HID_NAU8822.uvopt
│   │   │   └── USBD_Audio_HID_NAU8822.uvproj
│   │   ├── main.c
│   │   ├── usbd_audio.c
│   │   └── usbd_audio.h
│   ├── USBD_Audio_HID_Transfer
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_Audio_HID_Transfer.ewd
│   │   │   ├── USBD_Audio_HID_Transfer.ewp
│   │   │   ├── USBD_Audio_HID_Transfer.eww
│   │   │   └── USBD_Audio_HID_Transfer.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_Audio_HID_Transfer.uvopt
│   │   │   └── USBD_Audio_HID_Transfer.uvproj
│   │   ├── main.c
│   │   ├── usbd_audio.c
│   │   ├── usbd_audio.h
│   │   └── WindowsTool
│   │   ├── debug
│   │   │   └── HIDTransferTest.exe
│   │   ├── HIDTransferTest
│   │   │   ├── HID.hpp
│   │   │   ├── hid.lib
│   │   │   ├── hidpi.h
│   │   │   ├── hidsdi.h
│   │   │   ├── HIDTransferTest.cpp
│   │   │   ├── HIDTransferTest.h
│   │   │   ├── HIDTransferTest.rc
│   │   │   ├── HIDTransferTest.vcproj
│   │   │   ├── hidusage.h
│   │   │   ├── mssccprj.scc
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── HIDTransferTest.sln
│   │   └── mssccprj.scc
│   ├── USBD_Audio_NAU8822
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_Audio_NAU8822.ewd
│   │   │   ├── USBD_Audio_NAU8822.ewp
│   │   │   ├── USBD_Audio_NAU8822.eww
│   │   │   └── USBD_Audio_NAU8822.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_Audio_NAU8822.uvopt
│   │   │   └── USBD_Audio_NAU8822.uvproj
│   │   ├── main.c
│   │   ├── usbd_audio.c
│   │   └── usbd_audio.h
│   ├── USBD_HID_Keyboard
│   │   ├── descriptors.c
│   │   ├── hid_kb.c
│   │   ├── hid_kb.h
│   │   ├── IAR
│   │   │   ├── USBD_HID_Keyboard.ewd
│   │   │   ├── USBD_HID_Keyboard.ewp
│   │   │   ├── USBD_HID_Keyboard.eww
│   │   │   └── USBD_HID_Keyboard.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_HID_Keyboard.uvopt
│   │   │   └── USBD_HID_Keyboard.uvproj
│   │   └── main.c
│   ├── USBD_HID_Mouse
│   │   ├── descriptors.c
│   │   ├── hid_mouse.c
│   │   ├── hid_mouse.h
│   │   ├── IAR
│   │   │   ├── USBD_HID_Mouse.ewd
│   │   │   ├── USBD_HID_Mouse.ewp
│   │   │   ├── USBD_HID_Mouse.eww
│   │   │   └── USBD_HID_Mouse.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_HID_Mouse.uvopt
│   │   │   └── USBD_HID_Mouse.uvproj
│   │   └── main.c
│   ├── USBD_HID_Mouse2
│   │   ├── descriptors.c
│   │   ├── hid_mouse.c
│   │   ├── hid_mouse.h
│   │   ├── IAR
│   │   │   ├── USBD_HID_Mouse2.ewd
│   │   │   ├── USBD_HID_Mouse2.ewp
│   │   │   ├── USBD_HID_Mouse2.eww
│   │   │   └── USBD_HID_Mouse2.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_HID_Mouse2.uvopt
│   │   │   └── USBD_HID_Mouse2.uvproj
│   │   └── main.c
│   ├── USBD_HID_MouseKeyboard
│   │   ├── descriptors.c
│   │   ├── hid_mousekeyboard.c
│   │   ├── hid_mousekeyboard.h
│   │   ├── IAR
│   │   │   ├── USBD_HID_MouseKeyboard.ewd
│   │   │   ├── USBD_HID_MouseKeyboard.ewp
│   │   │   ├── USBD_HID_MouseKeyboard.eww
│   │   │   └── USBD_HID_MouseKeyboard.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_HID_MouseKeyboard.uvopt
│   │   │   └── USBD_HID_MouseKeyboard.uvproj
│   │   └── main.c
│   ├── USBD_HID_Transfer
│   │   ├── descriptors.c
│   │   ├── hid_transfer.c
│   │   ├── hid_transfer.h
│   │   ├── IAR
│   │   │   ├── USBD_HID_Transfer.ewd
│   │   │   ├── USBD_HID_Transfer.ewp
│   │   │   ├── USBD_HID_Transfer.eww
│   │   │   └── USBD_HID_Transfer.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_HID_Transfer.uvopt
│   │   │   └── USBD_HID_Transfer.uvproj
│   │   ├── main.c
│   │   └── WindowsTool
│   │   ├── debug
│   │   │   └── HIDTransferTest.exe
│   │   ├── HIDTransferTest
│   │   │   ├── HID.hpp
│   │   │   ├── hid.lib
│   │   │   ├── hidpi.h
│   │   │   ├── hidsdi.h
│   │   │   ├── HIDTransferTest.cpp
│   │   │   ├── HIDTransferTest.h
│   │   │   ├── HIDTransferTest.rc
│   │   │   ├── HIDTransferTest.vcproj
│   │   │   ├── hidusage.h
│   │   │   ├── mssccprj.scc
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── HIDTransferTest.sln
│   │   └── mssccprj.scc
│   ├── USBD_HID_Transfer_and_Keyboard
│   │   ├── descriptors.c
│   │   ├── HID_Transfer_and_Keyboard.c
│   │   ├── HID_Transfer_and_Keyboard.h
│   │   ├── IAR
│   │   │   ├── USBD_HID_Transfer_and_Keyboard.ewd
│   │   │   ├── USBD_HID_Transfer_and_Keyboard.ewp
│   │   │   ├── USBD_HID_Transfer_and_Keyboard.eww
│   │   │   └── USBD_HID_Transfer_and_Keyboard.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_HID_Transfer_and_Keyboard.uvopt
│   │   │   └── USBD_HID_Transfer_and_Keyboard.uvproj
│   │   ├── main.c
│   │   └── WindowsTool
│   │   ├── debug
│   │   │   └── HIDTransferTest.exe
│   │   ├── HIDTransferTest
│   │   │   ├── HID.hpp
│   │   │   ├── hid.lib
│   │   │   ├── hidpi.h
│   │   │   ├── hidsdi.h
│   │   │   ├── HIDTransferTest.cpp
│   │   │   ├── HIDTransferTest.h
│   │   │   ├── HIDTransferTest.rc
│   │   │   ├── HIDTransferTest.vcproj
│   │   │   ├── hidusage.h
│   │   │   ├── mssccprj.scc
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── HIDTransferTest.sln
│   │   └── mssccprj.scc
│   ├── USBD_HID_Transfer_and_MSC
│   │   ├── DataFlashProg.c
│   │   ├── DataFlashProg.h
│   │   ├── descriptors.c
│   │   ├── HID_Transfer_and_MSC.c
│   │   ├── HID_Transfer_and_MSC.h
│   │   ├── IAR
│   │   │   ├── USBD_HID_Transfer_and_MSC.ewd
│   │   │   ├── USBD_HID_Transfer_and_MSC.ewp
│   │   │   ├── USBD_HID_Transfer_and_MSC.eww
│   │   │   └── USBD_HID_Transfer_and_MSC.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_HID_Transfer_and_MSC.uvopt
│   │   │   └── USBD_HID_Transfer_and_MSC.uvproj
│   │   ├── main.c
│   │   ├── massstorage.h
│   │   └── WindowsTool
│   │   ├── debug
│   │   │   └── HIDTransferTest.exe
│   │   ├── HIDTransferTest
│   │   │   ├── HID.hpp
│   │   │   ├── hid.lib
│   │   │   ├── hidpi.h
│   │   │   ├── hidsdi.h
│   │   │   ├── HIDTransferTest.cpp
│   │   │   ├── HIDTransferTest.h
│   │   │   ├── HIDTransferTest.rc
│   │   │   ├── HIDTransferTest.vcproj
│   │   │   ├── hidusage.h
│   │   │   ├── mssccprj.scc
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── HIDTransferTest.sln
│   │   └── mssccprj.scc
│   ├── USBD_MassStorage_CDROM
│   │   ├── descriptors.c
│   │   ├── DiskImg.c
│   │   ├── IAR
│   │   │   ├── USBD_MassStorage_CDROM.ewd
│   │   │   ├── USBD_MassStorage_CDROM.ewp
│   │   │   ├── USBD_MassStorage_CDROM.eww
│   │   │   └── USBD_MassStorage_CDROM.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_MassStorage_CDROM.uvopt
│   │   │   └── USBD_MassStorage_CDROM.uvproj
│   │   ├── main.c
│   │   ├── MassStorage.c
│   │   ├── massstorage.h
│   │   ├── test.iso
│   │   └── test.txt
│   ├── USBD_MassStorage_DataFlash
│   │   ├── DataFlashProg.c
│   │   ├── DataFlashProg.h
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_MassStorage_DataFlash.ewd
│   │   │   ├── USBD_MassStorage_DataFlash.ewp
│   │   │   ├── USBD_MassStorage_DataFlash.eww
│   │   │   └── USBD_MassStorage_DataFlash.icf
│   │   ├── KEIL
│   │   │   ├── MassStorage_DataFlash.uvopt
│   │   │   ├── MassStorage_DataFlash.uvproj
│   │   │   └── Nu_Link_Driver.ini
│   │   ├── main.c
│   │   ├── MassStorage.c
│   │   └── massstorage.h
│   ├── USBD_Micro_Printer
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_Micro_Printer.ewd
│   │   │   ├── USBD_Micro_Printer.ewp
│   │   │   ├── USBD_Micro_Printer.eww
│   │   │   └── USBD_Micro_Printer.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_Micro_Printer.uvopt
│   │   │   └── USBD_Micro_Printer.uvproj
│   │   ├── main.c
│   │   ├── micro_printer.c
│   │   ├── micro_printer.h
│   │   └── Windows driver
│   │   ├── NuvPos58_Driver.exe
│   │   ├── Readme_58mm.doc
│   │   └── Readme_58mm.pdf
│   ├── USBD_Printer_and_HID_Transfer
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_Printer_and_HID_Transfer.ewd
│   │   │   ├── USBD_Printer_and_HID_Transfer.ewp
│   │   │   ├── USBD_Printer_and_HID_Transfer.eww
│   │   │   └── USBD_Printer_and_HID_Transfer.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_Printer_and_HID_Transfer.uvopt
│   │   │   └── USBD_Printer_and_HID_Transfer.uvproj
│   │   ├── main.c
│   │   ├── micro_printer_and_hid_transfer.c
│   │   ├── micro_printer_and_hid_transfer.h
│   │   ├── Windows driver
│   │   │   ├── NUVPOS58_X64.exe
│   │   │   ├── NUVPOS58_X86.exe
│   │   │   ├── Readme_58mm.doc
│   │   │   └── Readme_58mm.pdf
│   │   └── WindowsTool
│   │   ├── Debug
│   │   │   └── HIDTransferTest.exe
│   │   ├── HIDTransferTest
│   │   │   ├── HID.hpp
│   │   │   ├── hid.lib
│   │   │   ├── hidpi.h
│   │   │   ├── hidsdi.h
│   │   │   ├── HIDTransferTest.cpp
│   │   │   ├── HIDTransferTest.h
│   │   │   ├── HIDTransferTest.rc
│   │   │   ├── HIDTransferTest.vcproj
│   │   │   ├── hidusage.h
│   │   │   ├── mssccprj.scc
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── HIDTransferTest.sln
│   │   └── mssccprj.scc
│   ├── USBD_VCOM_and_HID_Keyboard
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_VCOM_and_HID_Keyboard.ewd
│   │   │   ├── USBD_VCOM_and_HID_Keyboard.ewp
│   │   │   ├── USBD_VCOM_and_HID_Keyboard.eww
│   │   │   └── USBD_VCOM_and_HID_Keyboard.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_VCOM_and_HID_Keyboard.uvopt
│   │   │   └── USBD_VCOM_and_HID_Keyboard.uvproj
│   │   ├── main.c
│   │   ├── VCOM_and_HID_keyboard.c
│   │   ├── VCOM_and_HID_keyboard.h
│   │   └── Windows Driver
│   │   ├── NuvotonCDC.inf
│   │   └── readme.txt
│   ├── USBD_VCOM_and_HID_Transfer
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_VCOM_and_HID_Transfer.ewd
│   │   │   ├── USBD_VCOM_and_HID_Transfer.ewp
│   │   │   ├── USBD_VCOM_and_HID_Transfer.eww
│   │   │   └── USBD_VCOM_and_HID_Transfer.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_VCOM_and_HID_Transfer.uvopt
│   │   │   └── USBD_VCOM_and_HID_Transfer.uvproj
│   │   ├── main.c
│   │   ├── VCOM_and_HID_Transfer.c
│   │   ├── VCOM_and_HID_Transfer.h
│   │   ├── Windows Driver
│   │   │   ├── NuvotonCDC.inf
│   │   │   └── readme.txt
│   │   └── WindowsTool
│   │   ├── Debug
│   │   │   └── HIDTransferTest.exe
│   │   ├── HIDTransferTest
│   │   │   ├── HID.hpp
│   │   │   ├── hid.lib
│   │   │   ├── hidpi.h
│   │   │   ├── hidsdi.h
│   │   │   ├── HIDTransferTest.cpp
│   │   │   ├── HIDTransferTest.h
│   │   │   ├── HIDTransferTest.rc
│   │   │   ├── HIDTransferTest.vcproj
│   │   │   ├── hidusage.h
│   │   │   ├── mssccprj.scc
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── HIDTransferTest.sln
│   │   └── mssccprj.scc
│   ├── USBD_VCOM_and_MassStorage
│   │   ├── cdc_serial.h
│   │   ├── DataFlashProg.c
│   │   ├── DataFlashProg.h
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_VCOM_and_MassStorage.ewd
│   │   │   ├── USBD_VCOM_and_MassStorage.ewp
│   │   │   ├── USBD_VCOM_and_MassStorage.eww
│   │   │   └── USBD_VCOM_and_MassStorage.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_VCOM_and_MassStorage.uvopt
│   │   │   └── USBD_VCOM_and_MassStorage.uvproj
│   │   ├── main.c
│   │   ├── massstorage.h
│   │   ├── VCOM_MassStorage.c
│   │   └── Windows Driver
│   │   ├── NuvotonCDC.inf
│   │   └── readme.txt
│   ├── USBD_VCOM_DualPort
│   │   ├── cdc_serial.c
│   │   ├── cdc_serial.h
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_VCOM_DualPort.ewd
│   │   │   ├── USBD_VCOM_DualPort.ewp
│   │   │   ├── USBD_VCOM_DualPort.eww
│   │   │   └── USBD_VCOM_DualPort.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_VCOM_DualPort.uvopt
│   │   │   └── USBD_VCOM_DualPort.uvproj
│   │   ├── main.c
│   │   └── Windows Driver
│   │   ├── nuvoton_daul_cdc0.cat
│   │   ├── nuvoton_daul_cdc1.cat
│   │   ├── Nuvoton_DUAL_CDC0.inf
│   │   ├── Nuvoton_DUAL_CDC1.inf
│   │   └── readme.txt
│   ├── USBD_VCOM_SinglePort
│   │   ├── cdc_serial.c
│   │   ├── cdc_serial.h
│   │   ├── descriptors.c
│   │   ├── IAR
│   │   │   ├── USBD_VCOM_SinglePort.ewd
│   │   │   ├── USBD_VCOM_SinglePort.ewp
│   │   │   ├── USBD_VCOM_SinglePort.eww
│   │   │   └── USBD_VCOM_SinglePort.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USBD_VCOM_SinglePort.uvopt
│   │   │   └── USBD_VCOM_SinglePort.uvproj
│   │   ├── main.c
│   │   └── Windows Driver
│   │   ├── nuvotoncdc.cat
│   │   ├── NuvotonCDC.inf
│   │   └── readme.txt
│   ├── USCI_I2C_EEPROM
│   │   ├── IAR
│   │   │   ├── USCI_I2C_EEPROM.ewd
│   │   │   ├── USCI_I2C_EEPROM.ewp
│   │   │   ├── USCI_I2C_EEPROM.eww
│   │   │   └── USCI_I2C_EEPROM.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_EEPROM.uvopt
│   │   │   └── USCI_I2C_EEPROM.uvproj
│   │   └── main.c
│   ├── USCI_I2C_GCMode_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_GCMode_Master.ewd
│   │   │   ├── USCI_I2C_GCMode_Master.ewp
│   │   │   ├── USCI_I2C_GCMode_Master.eww
│   │   │   └── USCI_I2C_GCMode_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_GCMode_Master.uvopt
│   │   │   └── USCI_I2C_GCMode_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_GCMode_Slave
│   │   ├── IAR
│   │   │   ├── USCI_I2C_GCMode_Slave.ewd
│   │   │   ├── USCI_I2C_GCMode_Slave.ewp
│   │   │   ├── USCI_I2C_GCMode_Slave.eww
│   │   │   └── USCI_I2C_GCMode_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_GCMode_Slave.uvopt
│   │   │   └── USCI_I2C_GCMode_Slave.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Master.ewd
│   │   │   ├── USCI_I2C_Master.ewp
│   │   │   ├── USCI_I2C_Master.eww
│   │   │   └── USCI_I2C_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Master.uvopt
│   │   │   └── USCI_I2C_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Master_10bit
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Master_10bit.ewd
│   │   │   ├── USCI_I2C_Master_10bit.ewp
│   │   │   ├── USCI_I2C_Master_10bit.eww
│   │   │   └── USCI_I2C_Master_10bit.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Master_10bit.uvopt
│   │   │   └── USCI_I2C_Master_10bit.uvproj
│   │   └── main.c
│   ├── USCI_I2C_MultiBytes_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_MultiBytes_Master.ewd
│   │   │   ├── USCI_I2C_MultiBytes_Master.ewp
│   │   │   ├── USCI_I2C_MultiBytes_Master.eww
│   │   │   └── USCI_I2C_MultiBytes_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_MultiBytes_Master.uvopt
│   │   │   └── USCI_I2C_MultiBytes_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_SingleByte_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_SingleByte_Master.ewd
│   │   │   ├── USCI_I2C_SingleByte_Master.ewp
│   │   │   ├── USCI_I2C_SingleByte_Master.eww
│   │   │   └── USCI_I2C_SingleByte_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_SingleByte_Master.uvopt
│   │   │   └── USCI_I2C_SingleByte_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Slave
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Slave.ewd
│   │   │   ├── USCI_I2C_Slave.ewp
│   │   │   ├── USCI_I2C_Slave.eww
│   │   │   └── USCI_I2C_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Slave.uvopt
│   │   │   └── USCI_I2C_Slave.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Slave_10bit
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Slave_10bit.ewd
│   │   │   ├── USCI_I2C_Slave_10bit.ewp
│   │   │   ├── USCI_I2C_Slave_10bit.eww
│   │   │   └── USCI_I2C_Slave_10bit.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Slave_10bit.uvopt
│   │   │   └── USCI_I2C_Slave_10bit.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Wakeup_Master
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Wakeup_Master.ewd
│   │   │   ├── USCI_I2C_Wakeup_Master.ewp
│   │   │   ├── USCI_I2C_Wakeup_Master.eww
│   │   │   └── USCI_I2C_Wakeup_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Wakeup_Master.uvopt
│   │   │   └── USCI_I2C_Wakeup_Master.uvproj
│   │   └── main.c
│   ├── USCI_I2C_Wakeup_Slave
│   │   ├── IAR
│   │   │   ├── USCI_I2C_Wakeup_Slave.ewd
│   │   │   ├── USCI_I2C_Wakeup_Slave.ewp
│   │   │   ├── USCI_I2C_Wakeup_Slave.eww
│   │   │   └── USCI_I2C_Wakeup_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_I2C_Wakeup_Slave.uvopt
│   │   │   └── USCI_I2C_Wakeup_Slave.uvproj
│   │   └── main.c
│   ├── USCI_SPI_MasterMode
│   │   ├── IAR
│   │   │   ├── USCI_SPI_MasterMode.ewd
│   │   │   ├── USCI_SPI_MasterMode.ewp
│   │   │   ├── USCI_SPI_MasterMode.eww
│   │   │   └── USCI_SPI_MasterMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_SPI_MasterMode.uvopt
│   │   │   └── USCI_SPI_MasterMode.uvproj
│   │   └── main.c
│   ├── USCI_SPI_PDMA_LoopTest
│   │   ├── IAR
│   │   │   ├── USCI_SPI_PDMA_LoopTest.ewd
│   │   │   ├── USCI_SPI_PDMA_LoopTest.ewp
│   │   │   ├── USCI_SPI_PDMA_LoopTest.eww
│   │   │   └── USCI_SPI_PDMA_LoopTest.icf
│   │   ├── Keil
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_SPI_PDMA_LoopTest.uvopt
│   │   │   └── USCI_SPI_PDMA_LoopTest.uvproj
│   │   └── main.c
│   ├── USCI_SPI_SlaveMode
│   │   ├── IAR
│   │   │   ├── USCI_SPI_SlaveMode.ewd
│   │   │   ├── USCI_SPI_SlaveMode.ewp
│   │   │   ├── USCI_SPI_SlaveMode.eww
│   │   │   └── USCI_SPI_SlaveMode.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_SPI_SlaveMode.uvopt
│   │   │   └── USCI_SPI_SlaveMode.uvproj
│   │   └── main.c
│   ├── USCI_UART_AutoBaudRate_Master
│   │   ├── IAR
│   │   │   ├── USCI_UART_AutoBaudRate_Master.ewd
│   │   │   ├── USCI_UART_AutoBaudRate_Master.ewp
│   │   │   ├── USCI_UART_AutoBaudRate_Master.eww
│   │   │   └── USCI_UART_AutoBaudRate_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_AutoBaudRate_Master.uvopt
│   │   │   └── USCI_UART_AutoBaudRate_Master.uvproj
│   │   └── main.c
│   ├── USCI_UART_AutoBaudRate_Slave
│   │   ├── IAR
│   │   │   ├── USCI_UART_AutoBaudRate_Slave.ewd
│   │   │   ├── USCI_UART_AutoBaudRate_Slave.ewp
│   │   │   ├── USCI_UART_AutoBaudRate_Slave.eww
│   │   │   └── USCI_UART_AutoBaudRate_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_AutoBaudRate_Slave.uvopt
│   │   │   └── USCI_UART_AutoBaudRate_Slave.uvproj
│   │   └── main.c
│   ├── USCI_UART_Autoflow_Master
│   │   ├── IAR
│   │   │   ├── USCI_UART_Autoflow_Master.ewd
│   │   │   ├── USCI_UART_Autoflow_Master.ewp
│   │   │   ├── USCI_UART_Autoflow_Master.eww
│   │   │   └── USCI_UART_Autoflow_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_Autoflow_Master.uvopt
│   │   │   └── USCI_UART_Autoflow_Master.uvproj
│   │   └── main.c
│   ├── USCI_UART_Autoflow_Slave
│   │   ├── IAR
│   │   │   ├── USCI_UART_Autoflow_Slave.ewd
│   │   │   ├── USCI_UART_Autoflow_Slave.ewp
│   │   │   ├── USCI_UART_Autoflow_Slave.eww
│   │   │   └── USCI_UART_Autoflow_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_Autoflow_Slave.uvopt
│   │   │   └── USCI_UART_Autoflow_Slave.uvproj
│   │   └── main.c
│   ├── USCI_UART_PDMA
│   │   ├── IAR
│   │   │   ├── USCI_UART_PDMA.ewd
│   │   │   ├── USCI_UART_PDMA.ewp
│   │   │   ├── USCI_UART_PDMA.eww
│   │   │   └── USCI_UART_PDMA.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_PDMA.uvopt
│   │   │   └── USCI_UART_PDMA.uvproj
│   │   └── main.c
│   ├── USCI_UART_RS485_Master
│   │   ├── IAR
│   │   │   ├── USCI_UART_RS485_Master.ewd
│   │   │   ├── USCI_UART_RS485_Master.ewp
│   │   │   ├── USCI_UART_RS485_Master.eww
│   │   │   └── USCI_UART_RS485_Master.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_RS485_Master.uvopt
│   │   │   └── USCI_UART_RS485_Master.uvproj
│   │   └── main.c
│   ├── USCI_UART_RS485_Slave
│   │   ├── IAR
│   │   │   ├── USCI_UART_RS485_Slave.ewd
│   │   │   ├── USCI_UART_RS485_Slave.ewp
│   │   │   ├── USCI_UART_RS485_Slave.eww
│   │   │   └── USCI_UART_RS485_Slave.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_RS485_Slave.uvopt
│   │   │   └── USCI_UART_RS485_Slave.uvproj
│   │   └── main.c
│   ├── USCI_UART_TxRx_Function
│   │   ├── IAR
│   │   │   ├── USCI_UART_TxRx_Function.ewd
│   │   │   ├── USCI_UART_TxRx_Function.ewp
│   │   │   ├── USCI_UART_TxRx_Function.eww
│   │   │   └── USCI_UART_TxRx_Function.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_TxRx_Function.uvopt
│   │   │   └── USCI_UART_TxRx_Function.uvproj
│   │   ├── main.c
│   │   └── myretarget.c
│   ├── USCI_UART_Wakeup
│   │   ├── IAR
│   │   │   ├── USCI_UART_Wakeup.ewd
│   │   │   ├── USCI_UART_Wakeup.ewp
│   │   │   ├── USCI_UART_Wakeup.eww
│   │   │   └── USCI_UART_Wakeup.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── USCI_UART_Wakeup.uvopt
│   │   │   └── USCI_UART_Wakeup.uvproj
│   │   └── main.c
│   ├── WDT_PowerDown
│   │   ├── IAR
│   │   │   ├── WDT_PowerDown.ewd
│   │   │   ├── WDT_PowerDown.ewp
│   │   │   ├── WDT_PowerDown.eww
│   │   │   └── WDT_PowerDown.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── WDT_PowerDown.uvopt
│   │   │   └── WDT_PowerDown.uvproj
│   │   └── main.c
│   ├── WDT_TimeoutINT
│   │   ├── IAR
│   │   │   ├── WDT_TimeoutINT.ewd
│   │   │   ├── WDT_TimeoutINT.ewp
│   │   │   ├── WDT_TimeoutINT.eww
│   │   │   └── WDT_TimeoutINT.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── WDT_TimeoutINT.uvopt
│   │   │   └── WDT_TimeoutINT.uvproj
│   │   └── main.c
│   ├── WDT_TimeoutReset
│   │   ├── IAR
│   │   │   ├── WDT_TimeoutReset.ewd
│   │   │   ├── WDT_TimeoutReset.ewp
│   │   │   ├── WDT_TimeoutReset.eww
│   │   │   └── WDT_TimeoutReset.icf
│   │   ├── KEIL
│   │   │   ├── Nu_Link_Driver.ini
│   │   │   ├── WDT_TimeoutReset.uvopt
│   │   │   └── WDT_TimeoutReset.uvproj
│   │   └── main.c
│   └── WWDT_CompareINT
│   ├── IAR
│   │   ├── WWDT_CompareINT.ewd
│   │   ├── WWDT_CompareINT.ewp
│   │   ├── WWDT_CompareINT.eww
│   │   └── WWDT_CompareINT.icf
│   ├── KEIL
│   │   ├── Nu_Link_Driver.ini
│   │   ├── WWDT_CompareINT.uvopt
│   │   └── WWDT_CompareINT.uvproj
│   └── main.c
└── Template
├── IAR
│   ├── Template.ewd
│   ├── Template.ewp
│   ├── Template.eww
│   └── Template.icf
├── Keil
│   ├── lst
│   │   ├── clk.i
│   │   ├── clk.lst
│   │   ├── clk.txt
│   │   ├── main.i
│   │   ├── main.lst
│   │   ├── main.txt
│   │   ├── retarget.i
│   │   ├── retarget.lst
│   │   ├── retarget.txt
│   │   ├── startup_nuc121.lst
│   │   ├── sys.i
│   │   ├── sys.lst
│   │   ├── system_nuc121.i
│   │   ├── system_NUC121.lst
│   │   ├── system_nuc121.txt
│   │   ├── sys.txt
│   │   ├── template.map
│   │   ├── uart.i
│   │   ├── uart.lst
│   │   └── uart.txt
│   ├── Nu_Link_Driver.ini
│   ├── obj
│   │   ├── clk.crf
│   │   ├── clk.d
│   │   ├── clk.o
│   │   ├── main.crf
│   │   ├── main.d
│   │   ├── main.o
│   │   ├── retarget.crf
│   │   ├── retarget.d
│   │   ├── retarget.o
│   │   ├── startup_nuc121.d
│   │   ├── startup_nuc121.o
│   │   ├── sys.crf
│   │   ├── sys.d
│   │   ├── sys.o
│   │   ├── system_nuc121.crf
│   │   ├── system_nuc121.d
│   │   ├── system_nuc121.o
│   │   ├── template.axf
│   │   ├── template.bin
│   │   ├── template.build_log.htm
│   │   ├── template.lnp
│   │   ├── Template_Template.dep
│   │   ├── template.txt
│   │   ├── uart.crf
│   │   ├── uart.d
│   │   └── uart.o
│   ├── Template.uvopt
│   └── Template.uvproj
└── main.c

845 directories, 2724 files

标签:

实例下载地址

新唐MUC121 的相关资料

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警