文件名称:NUC_M0516_CoOS
介绍说明--下载内容来自于网络,使用问题请自行百度
设备:
Nuvoton M0516LAN
评估板:
Nu-LB_004 Rev1.0
编译器:
CoIDE V1.1.3
任务:
task_init 初始化所有的硬件,创建所有的事件标志和互斥体。
show_3led 显示3色发光二极管。
show_lcd 显示SPI 液晶屏 。
led_blink 闪烁8个发光二极管。
描述:
1. 系统每隔一定时间采样AD值,并在LCD上显示. 可以通过评估板上面的变阻器来调整AD转换的输入电压值, 你可以通过LCD的显示看到变化。
2. 8个发光二极管和一个三色发光二极管将不停的闪烁。
3. 蜂鸣器将根据AD采样的值来发出声音。
系统配置:
最大用户任务:10
使能互斥体(CFG_MUTEX_EN)和软件定时器。
时钟设置:
XTAL freq = 12.00 MHz
SYSCLK freq = 48.00 MHz
System Tick freq = 100Hz (10ms)-Equipment: Nuvoton M0516LAN evaluation board: Nu-LB_004 Rev1.0 compiler: CoIDE V1.1.3 task: task_init initialize all the hardware, create event flag and mutex. show_3led display 3-color light-emitting diode. show_lcd SPI LCD. led_blink flashing 8 light-emitting diode. Descr iption: 1. System at regular intervals sampling AD value is displayed on the LCD. Evaluation board above the rheostat to adjust the AD converter input voltage value, you can see the changes through the LCD display. 2.8 light-emitting diode and a tri-color light-emitting diodes will not stop blinking. The buzzer will be based on the value of the AD sample sound. System configuration: maximum user tasks: 10 enabled the mutex (CFG_MUTEX_EN) and a software timer. The clock settings: XTAL freq = 12.00 MHz SYSCLK freq = 48.00 MHz System Tick freq = 100Hz (10ms)
Nuvoton M0516LAN
评估板:
Nu-LB_004 Rev1.0
编译器:
CoIDE V1.1.3
任务:
task_init 初始化所有的硬件,创建所有的事件标志和互斥体。
show_3led 显示3色发光二极管。
show_lcd 显示SPI 液晶屏 。
led_blink 闪烁8个发光二极管。
描述:
1. 系统每隔一定时间采样AD值,并在LCD上显示. 可以通过评估板上面的变阻器来调整AD转换的输入电压值, 你可以通过LCD的显示看到变化。
2. 8个发光二极管和一个三色发光二极管将不停的闪烁。
3. 蜂鸣器将根据AD采样的值来发出声音。
系统配置:
最大用户任务:10
使能互斥体(CFG_MUTEX_EN)和软件定时器。
时钟设置:
XTAL freq = 12.00 MHz
SYSCLK freq = 48.00 MHz
System Tick freq = 100Hz (10ms)-Equipment: Nuvoton M0516LAN evaluation board: Nu-LB_004 Rev1.0 compiler: CoIDE V1.1.3 task: task_init initialize all the hardware, create event flag and mutex. show_3led display 3-color light-emitting diode. show_lcd SPI LCD. led_blink flashing 8 light-emitting diode. Descr iption: 1. System at regular intervals sampling AD value is displayed on the LCD. Evaluation board above the rheostat to adjust the AD converter input voltage value, you can see the changes through the LCD display. 2.8 light-emitting diode and a tri-color light-emitting diodes will not stop blinking. The buzzer will be based on the value of the AD sample sound. System configuration: maximum user tasks: 10 enabled the mutex (CFG_MUTEX_EN) and a software timer. The clock settings: XTAL freq = 12.00 MHz SYSCLK freq = 48.00 MHz System Tick freq = 100Hz (10ms)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NUC_M0516_CoOS/
NUC_M0516_CoOS/.cproject
NUC_M0516_CoOS/.project
NUC_M0516_CoOS/APP/
NUC_M0516_CoOS/APP/Ascii_Table.c
NUC_M0516_CoOS/APP/EEPROM_24LC64.c
NUC_M0516_CoOS/APP/EEPROM_24LC64.h
NUC_M0516_CoOS/APP/Flash_25Q16.c
NUC_M0516_CoOS/APP/Flash_25Q16.h
NUC_M0516_CoOS/APP/LCD_Driver.c
NUC_M0516_CoOS/APP/LCD_Driver.h
NUC_M0516_CoOS/build.xml
NUC_M0516_CoOS/cmsis_boot/
NUC_M0516_CoOS/cmsis_boot/M051Series.h
NUC_M0516_CoOS/cmsis_boot/startup/
NUC_M0516_CoOS/cmsis_boot/startup/startup_M051Series.c
NUC_M0516_CoOS/cmsis_boot/system_M051Series.c
NUC_M0516_CoOS/cmsis_boot/system_M051Series.h
NUC_M0516_CoOS/cmsis_core/
NUC_M0516_CoOS/cmsis_core/core_cm0.c
NUC_M0516_CoOS/cmsis_core/core_cm0.h
NUC_M0516_CoOS/cmsis_lib/
NUC_M0516_CoOS/cmsis_lib/Include/
NUC_M0516_CoOS/cmsis_lib/Include/Driver/
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvADC.h
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvGPIO.h
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvSPI.h
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvSYS.h
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvUART.h
NUC_M0516_CoOS/cmsis_lib/Include/System/
NUC_M0516_CoOS/cmsis_lib/Include/System/ModuleID.h
NUC_M0516_CoOS/cmsis_lib/Include/System/SysInfra.h
NUC_M0516_CoOS/cmsis_lib/Source/
NUC_M0516_CoOS/cmsis_lib/Source/Driver/
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvADC.c
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvGPIO.c
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvSPI.c
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvSYS.c
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvUART.c
NUC_M0516_CoOS/CoOS/
NUC_M0516_CoOS/CoOS/Document/
NUC_M0516_CoOS/CoOS/Document/readme.txt
NUC_M0516_CoOS/CoOS/kernel/
NUC_M0516_CoOS/CoOS/kernel/coocox.h
NUC_M0516_CoOS/CoOS/kernel/CoOS.h
NUC_M0516_CoOS/CoOS/kernel/core.c
NUC_M0516_CoOS/CoOS/kernel/event.c
NUC_M0516_CoOS/CoOS/kernel/flag.c
NUC_M0516_CoOS/CoOS/kernel/hook.c
NUC_M0516_CoOS/CoOS/kernel/kernelHeap.c
NUC_M0516_CoOS/CoOS/kernel/mbox.c
NUC_M0516_CoOS/CoOS/kernel/mm.c
NUC_M0516_CoOS/CoOS/kernel/mutex.c
NUC_M0516_CoOS/CoOS/kernel/OsConfig.h
NUC_M0516_CoOS/CoOS/kernel/OsCore.h
NUC_M0516_CoOS/CoOS/kernel/OsError.h
NUC_M0516_CoOS/CoOS/kernel/OsEvent.h
NUC_M0516_CoOS/CoOS/kernel/OsFlag.h
NUC_M0516_CoOS/CoOS/kernel/OsKernelHeap.h
NUC_M0516_CoOS/CoOS/kernel/OsMM.h
NUC_M0516_CoOS/CoOS/kernel/OsMutex.h
NUC_M0516_CoOS/CoOS/kernel/OsQueue.h
NUC_M0516_CoOS/CoOS/kernel/OsServiceReq.h
NUC_M0516_CoOS/CoOS/kernel/OsTask.h
NUC_M0516_CoOS/CoOS/kernel/OsTime.h
NUC_M0516_CoOS/CoOS/kernel/OsTimer.h
NUC_M0516_CoOS/CoOS/kernel/queue.c
NUC_M0516_CoOS/CoOS/kernel/sem.c
NUC_M0516_CoOS/CoOS/kernel/serviceReq.c
NUC_M0516_CoOS/CoOS/kernel/task.c
NUC_M0516_CoOS/CoOS/kernel/time.c
NUC_M0516_CoOS/CoOS/kernel/timer.c
NUC_M0516_CoOS/CoOS/kernel/utility.c
NUC_M0516_CoOS/CoOS/kernel/utility.h
NUC_M0516_CoOS/CoOS/portable/
NUC_M0516_CoOS/CoOS/portable/arch.c
NUC_M0516_CoOS/CoOS/portable/GCC/
NUC_M0516_CoOS/CoOS/portable/GCC/port.c
NUC_M0516_CoOS/CoOS/portable/OsArch.h
NUC_M0516_CoOS/COX/
NUC_M0516_CoOS/COX/COX_Peripheral/
NUC_M0516_CoOS/COX/COX_Peripheral/cox_adc.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_dac.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_exti.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_i2c.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_i2c_slave.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_pio.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_pwm.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_rtc.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_serial.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_spi.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_tick.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_types.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_usb.h
NUC_M0516_CoOS/COX/COX_Peripheral/M051_COX_SPI.c
NUC_M0516_CoOS/COX/COX_Peripheral/M051_COX_SPI.h
NUC_M0516_CoOS/COX/COX_Peripheral/M051_PIO.c
NUC_M0516_CoOS/COX/COX_Peripheral/M051_PIO.h
NUC_M0516_CoOS/COX/COX_Peripheral/M051_PWM.c
NUC_M0516_CoOS/COX/COX_Peripheral/M051_PWM.h
NUC_M0516_CoOS/COX/Driver/
NUC_M0516_CoOS/COX/Driver/di_uc1601/
NUC_M0516_CoOS/COX/Driver/di_uc1601/di_uc1601.c
NUC_M0516_CoOS/COX/Driver/di_uc1601/di_uc1601.h
NUC_M0516_CoOS/debug.config
NUC_M0516_CoOS/link.ld
NUC_M0516_CoOS/main.c
NUC_M0516_CoOS/memory.ld
NUC_M0516_CoOS/NUC_M0516_CoOS.cob
NUC_M0516_CoOS/stdio/
NUC_M0516_CoOS/stdio/printf.c
NUC_M0516_CoOS/syscalls/
NUC_M0516_CoOS/syscalls/syscalls.c
NUC_M0516_CoOS/.cproject
NUC_M0516_CoOS/.project
NUC_M0516_CoOS/APP/
NUC_M0516_CoOS/APP/Ascii_Table.c
NUC_M0516_CoOS/APP/EEPROM_24LC64.c
NUC_M0516_CoOS/APP/EEPROM_24LC64.h
NUC_M0516_CoOS/APP/Flash_25Q16.c
NUC_M0516_CoOS/APP/Flash_25Q16.h
NUC_M0516_CoOS/APP/LCD_Driver.c
NUC_M0516_CoOS/APP/LCD_Driver.h
NUC_M0516_CoOS/build.xml
NUC_M0516_CoOS/cmsis_boot/
NUC_M0516_CoOS/cmsis_boot/M051Series.h
NUC_M0516_CoOS/cmsis_boot/startup/
NUC_M0516_CoOS/cmsis_boot/startup/startup_M051Series.c
NUC_M0516_CoOS/cmsis_boot/system_M051Series.c
NUC_M0516_CoOS/cmsis_boot/system_M051Series.h
NUC_M0516_CoOS/cmsis_core/
NUC_M0516_CoOS/cmsis_core/core_cm0.c
NUC_M0516_CoOS/cmsis_core/core_cm0.h
NUC_M0516_CoOS/cmsis_lib/
NUC_M0516_CoOS/cmsis_lib/Include/
NUC_M0516_CoOS/cmsis_lib/Include/Driver/
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvADC.h
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvGPIO.h
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvSPI.h
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvSYS.h
NUC_M0516_CoOS/cmsis_lib/Include/Driver/DrvUART.h
NUC_M0516_CoOS/cmsis_lib/Include/System/
NUC_M0516_CoOS/cmsis_lib/Include/System/ModuleID.h
NUC_M0516_CoOS/cmsis_lib/Include/System/SysInfra.h
NUC_M0516_CoOS/cmsis_lib/Source/
NUC_M0516_CoOS/cmsis_lib/Source/Driver/
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvADC.c
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvGPIO.c
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvSPI.c
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvSYS.c
NUC_M0516_CoOS/cmsis_lib/Source/Driver/DrvUART.c
NUC_M0516_CoOS/CoOS/
NUC_M0516_CoOS/CoOS/Document/
NUC_M0516_CoOS/CoOS/Document/readme.txt
NUC_M0516_CoOS/CoOS/kernel/
NUC_M0516_CoOS/CoOS/kernel/coocox.h
NUC_M0516_CoOS/CoOS/kernel/CoOS.h
NUC_M0516_CoOS/CoOS/kernel/core.c
NUC_M0516_CoOS/CoOS/kernel/event.c
NUC_M0516_CoOS/CoOS/kernel/flag.c
NUC_M0516_CoOS/CoOS/kernel/hook.c
NUC_M0516_CoOS/CoOS/kernel/kernelHeap.c
NUC_M0516_CoOS/CoOS/kernel/mbox.c
NUC_M0516_CoOS/CoOS/kernel/mm.c
NUC_M0516_CoOS/CoOS/kernel/mutex.c
NUC_M0516_CoOS/CoOS/kernel/OsConfig.h
NUC_M0516_CoOS/CoOS/kernel/OsCore.h
NUC_M0516_CoOS/CoOS/kernel/OsError.h
NUC_M0516_CoOS/CoOS/kernel/OsEvent.h
NUC_M0516_CoOS/CoOS/kernel/OsFlag.h
NUC_M0516_CoOS/CoOS/kernel/OsKernelHeap.h
NUC_M0516_CoOS/CoOS/kernel/OsMM.h
NUC_M0516_CoOS/CoOS/kernel/OsMutex.h
NUC_M0516_CoOS/CoOS/kernel/OsQueue.h
NUC_M0516_CoOS/CoOS/kernel/OsServiceReq.h
NUC_M0516_CoOS/CoOS/kernel/OsTask.h
NUC_M0516_CoOS/CoOS/kernel/OsTime.h
NUC_M0516_CoOS/CoOS/kernel/OsTimer.h
NUC_M0516_CoOS/CoOS/kernel/queue.c
NUC_M0516_CoOS/CoOS/kernel/sem.c
NUC_M0516_CoOS/CoOS/kernel/serviceReq.c
NUC_M0516_CoOS/CoOS/kernel/task.c
NUC_M0516_CoOS/CoOS/kernel/time.c
NUC_M0516_CoOS/CoOS/kernel/timer.c
NUC_M0516_CoOS/CoOS/kernel/utility.c
NUC_M0516_CoOS/CoOS/kernel/utility.h
NUC_M0516_CoOS/CoOS/portable/
NUC_M0516_CoOS/CoOS/portable/arch.c
NUC_M0516_CoOS/CoOS/portable/GCC/
NUC_M0516_CoOS/CoOS/portable/GCC/port.c
NUC_M0516_CoOS/CoOS/portable/OsArch.h
NUC_M0516_CoOS/COX/
NUC_M0516_CoOS/COX/COX_Peripheral/
NUC_M0516_CoOS/COX/COX_Peripheral/cox_adc.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_dac.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_exti.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_i2c.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_i2c_slave.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_pio.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_pwm.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_rtc.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_serial.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_spi.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_tick.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_types.h
NUC_M0516_CoOS/COX/COX_Peripheral/cox_usb.h
NUC_M0516_CoOS/COX/COX_Peripheral/M051_COX_SPI.c
NUC_M0516_CoOS/COX/COX_Peripheral/M051_COX_SPI.h
NUC_M0516_CoOS/COX/COX_Peripheral/M051_PIO.c
NUC_M0516_CoOS/COX/COX_Peripheral/M051_PIO.h
NUC_M0516_CoOS/COX/COX_Peripheral/M051_PWM.c
NUC_M0516_CoOS/COX/COX_Peripheral/M051_PWM.h
NUC_M0516_CoOS/COX/Driver/
NUC_M0516_CoOS/COX/Driver/di_uc1601/
NUC_M0516_CoOS/COX/Driver/di_uc1601/di_uc1601.c
NUC_M0516_CoOS/COX/Driver/di_uc1601/di_uc1601.h
NUC_M0516_CoOS/debug.config
NUC_M0516_CoOS/link.ld
NUC_M0516_CoOS/main.c
NUC_M0516_CoOS/memory.ld
NUC_M0516_CoOS/NUC_M0516_CoOS.cob
NUC_M0516_CoOS/stdio/
NUC_M0516_CoOS/stdio/printf.c
NUC_M0516_CoOS/syscalls/
NUC_M0516_CoOS/syscalls/syscalls.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.