文件名称:NUC122RD2AN_CoOS
介绍说明--下载内容来自于网络,使用问题请自行百度
设备:
Nuvoton NUC122RD2AN
评估板:
NuTiny-EVB-122
编译器:
CoIDE V1.4.2
任务:
task_init 初始化所有的硬件,创建所有的事件标志和互斥体.
Task_TimeBlink 用于当在设置时间时,闪烁LCD液晶屏.
Task_Monitor 用于显示当前时间.格式"**:**:**"
Task_TimeSet 用于设置时间.
led_blink 闪烁7个发光二极管.
描述:
1.这个例子使用1602的液晶屏来显示时间,用户可以通过敲击按键来任意的调整时间。按下键1(PD0)可以选择你需要调节的位,比如:小时、分钟、秒,在选择后相应的位会闪烁,在连续按下七次后退出设置时间。按下键2(PD1)可以将按键1选择的位加一。
2.七个发光二极管将不停地闪烁。
系统配置:
时钟设置:
XTAL freq = 12.00 MHz
SYSCLK freq = 60.00 MHz
System Tick freq = 100Hz (10ms)-Equipment: Nuvoton NUC122RD2AN evaluation board: NuTiny-EVB-122 compiler: CoIDE V1.4.2 task: task_init initialize all of the hardware, to create all of the event flag and mutex. Task_TimeBlink used when in set-up time, the flashing LCD LCD screen. Task_Monitor used to display the current time format " **:**:**" Task_TimeSet used to set the time. led_blink flashing 7 light-emitting diode Descr iption: This example uses the 1602' s LCD screen to display the time, the user can be arbitrary by hitting the button to adjust the time. Press key 1 (PD0) can choose the bits you need to adjust, such as: hours, minutes, seconds after selecting the corresponding bit flashes exit the set time after seven continuous press. Press the key 2 (PD1) button 1 Select the bit can be incremented by one. Seven light-emitting diodes will stop flashing. System configuration: clock settings: XTAL freq = 12.00 MHz SYSCLK freq = 60.00 MHz System Tick freq = 100Hz (10ms)
Nuvoton NUC122RD2AN
评估板:
NuTiny-EVB-122
编译器:
CoIDE V1.4.2
任务:
task_init 初始化所有的硬件,创建所有的事件标志和互斥体.
Task_TimeBlink 用于当在设置时间时,闪烁LCD液晶屏.
Task_Monitor 用于显示当前时间.格式"**:**:**"
Task_TimeSet 用于设置时间.
led_blink 闪烁7个发光二极管.
描述:
1.这个例子使用1602的液晶屏来显示时间,用户可以通过敲击按键来任意的调整时间。按下键1(PD0)可以选择你需要调节的位,比如:小时、分钟、秒,在选择后相应的位会闪烁,在连续按下七次后退出设置时间。按下键2(PD1)可以将按键1选择的位加一。
2.七个发光二极管将不停地闪烁。
系统配置:
时钟设置:
XTAL freq = 12.00 MHz
SYSCLK freq = 60.00 MHz
System Tick freq = 100Hz (10ms)-Equipment: Nuvoton NUC122RD2AN evaluation board: NuTiny-EVB-122 compiler: CoIDE V1.4.2 task: task_init initialize all of the hardware, to create all of the event flag and mutex. Task_TimeBlink used when in set-up time, the flashing LCD LCD screen. Task_Monitor used to display the current time format " **:**:**" Task_TimeSet used to set the time. led_blink flashing 7 light-emitting diode Descr iption: This example uses the 1602' s LCD screen to display the time, the user can be arbitrary by hitting the button to adjust the time. Press key 1 (PD0) can choose the bits you need to adjust, such as: hours, minutes, seconds after selecting the corresponding bit flashes exit the set time after seven continuous press. Press the key 2 (PD1) button 1 Select the bit can be incremented by one. Seven light-emitting diodes will stop flashing. System configuration: clock settings: XTAL freq = 12.00 MHz SYSCLK freq = 60.00 MHz System Tick freq = 100Hz (10ms)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NUC122RD2AN_CoOS/
NUC122RD2AN_CoOS/.cproject
NUC122RD2AN_CoOS/.project
NUC122RD2AN_CoOS/App/
NUC122RD2AN_CoOS/App/AppConfig.c
NUC122RD2AN_CoOS/App/AppConfig.h
NUC122RD2AN_CoOS/App/LCD_4bit.c
NUC122RD2AN_CoOS/App/LCD_4bit.h
NUC122RD2AN_CoOS/App/main.c
NUC122RD2AN_CoOS/build.xml
NUC122RD2AN_CoOS/cmsis_boot/
NUC122RD2AN_CoOS/cmsis_boot/NUC122.h
NUC122RD2AN_CoOS/cmsis_boot/startup/
NUC122RD2AN_CoOS/cmsis_boot/startup/startup_NUC122.c
NUC122RD2AN_CoOS/cmsis_boot/system_NUC122.c
NUC122RD2AN_CoOS/cmsis_boot/system_NUC122.h
NUC122RD2AN_CoOS/cmsis_core/
NUC122RD2AN_CoOS/cmsis_core/core_cm0.c
NUC122RD2AN_CoOS/cmsis_core/core_cm0.h
NUC122RD2AN_CoOS/cmsis_lib/
NUC122RD2AN_CoOS/cmsis_lib/Include/
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/DrvGPIO.h
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/DrvRTC.h
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/DrvSYS.h
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/DrvUART.h
NUC122RD2AN_CoOS/cmsis_lib/Include/System/
NUC122RD2AN_CoOS/cmsis_lib/Include/System/ModuleID.h
NUC122RD2AN_CoOS/cmsis_lib/Include/System/SysInfra.h
NUC122RD2AN_CoOS/cmsis_lib/Src/
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/DrvGPIO.c
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/DrvRTC.c
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/DrvSYS.c
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/DrvUART.c
NUC122RD2AN_CoOS/CoOS/
NUC122RD2AN_CoOS/CoOS/Document/
NUC122RD2AN_CoOS/CoOS/Document/readme.txt
NUC122RD2AN_CoOS/CoOS/kernel/
NUC122RD2AN_CoOS/CoOS/kernel/coocox.h
NUC122RD2AN_CoOS/CoOS/kernel/CoOS.h
NUC122RD2AN_CoOS/CoOS/kernel/core.c
NUC122RD2AN_CoOS/CoOS/kernel/event.c
NUC122RD2AN_CoOS/CoOS/kernel/flag.c
NUC122RD2AN_CoOS/CoOS/kernel/hook.c
NUC122RD2AN_CoOS/CoOS/kernel/kernelHeap.c
NUC122RD2AN_CoOS/CoOS/kernel/mbox.c
NUC122RD2AN_CoOS/CoOS/kernel/mm.c
NUC122RD2AN_CoOS/CoOS/kernel/mutex.c
NUC122RD2AN_CoOS/CoOS/kernel/OsConfig.h
NUC122RD2AN_CoOS/CoOS/kernel/OsCore.h
NUC122RD2AN_CoOS/CoOS/kernel/OsError.h
NUC122RD2AN_CoOS/CoOS/kernel/OsEvent.h
NUC122RD2AN_CoOS/CoOS/kernel/OsFlag.h
NUC122RD2AN_CoOS/CoOS/kernel/OsKernelHeap.h
NUC122RD2AN_CoOS/CoOS/kernel/OsMM.h
NUC122RD2AN_CoOS/CoOS/kernel/OsMutex.h
NUC122RD2AN_CoOS/CoOS/kernel/OsQueue.h
NUC122RD2AN_CoOS/CoOS/kernel/OsServiceReq.h
NUC122RD2AN_CoOS/CoOS/kernel/OsTask.h
NUC122RD2AN_CoOS/CoOS/kernel/OsTime.h
NUC122RD2AN_CoOS/CoOS/kernel/OsTimer.h
NUC122RD2AN_CoOS/CoOS/kernel/queue.c
NUC122RD2AN_CoOS/CoOS/kernel/sem.c
NUC122RD2AN_CoOS/CoOS/kernel/serviceReq.c
NUC122RD2AN_CoOS/CoOS/kernel/task.c
NUC122RD2AN_CoOS/CoOS/kernel/time.c
NUC122RD2AN_CoOS/CoOS/kernel/timer.c
NUC122RD2AN_CoOS/CoOS/kernel/utility.c
NUC122RD2AN_CoOS/CoOS/kernel/utility.h
NUC122RD2AN_CoOS/CoOS/portable/
NUC122RD2AN_CoOS/CoOS/portable/arch.c
NUC122RD2AN_CoOS/CoOS/portable/GCC/
NUC122RD2AN_CoOS/CoOS/portable/GCC/port.c
NUC122RD2AN_CoOS/CoOS/portable/OsArch.h
NUC122RD2AN_CoOS/Debug/
NUC122RD2AN_CoOS/Debug/bin/
NUC122RD2AN_CoOS/Debug/bin/history.xml
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.bin
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.elf
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.hex
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.map
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.txt
NUC122RD2AN_CoOS/Debug/obj/
NUC122RD2AN_CoOS/Debug/obj/AppConfig.o
NUC122RD2AN_CoOS/Debug/obj/arch.o
NUC122RD2AN_CoOS/Debug/obj/core.o
NUC122RD2AN_CoOS/Debug/obj/core_cm0.o
NUC122RD2AN_CoOS/Debug/obj/dependencies.xml
NUC122RD2AN_CoOS/Debug/obj/DrvGPIO.o
NUC122RD2AN_CoOS/Debug/obj/DrvPWM.o
NUC122RD2AN_CoOS/Debug/obj/DrvRTC.o
NUC122RD2AN_CoOS/Debug/obj/DrvSYS.o
NUC122RD2AN_CoOS/Debug/obj/DrvUART.o
NUC122RD2AN_CoOS/Debug/obj/event.o
NUC122RD2AN_CoOS/Debug/obj/flag.o
NUC122RD2AN_CoOS/Debug/obj/history.xml
NUC122RD2AN_CoOS/Debug/obj/hook.o
NUC122RD2AN_CoOS/Debug/obj/kernelHeap.o
NUC122RD2AN_CoOS/Debug/obj/LCD_4bit.o
NUC122RD2AN_CoOS/Debug/obj/main.o
NUC122RD2AN_CoOS/Debug/obj/mbox.o
NUC122RD2AN_CoOS/Debug/obj/mm.o
NUC122RD2AN_CoOS/Debug/obj/mutex.o
NUC122RD2AN_CoOS/Debug/obj/port.o
NUC122RD2AN_CoOS/Debug/obj/queue.o
NUC122RD2AN_CoOS/Debug/obj/sem.o
NUC122RD2AN_CoOS/Debug/obj/serviceReq.o
NUC122RD2AN_CoOS/Debug/obj/startup_NUC122.o
NUC122RD2AN_CoOS/Debug/obj/syscalls.o
NUC122RD2AN_CoOS/Debug/obj/system_NUC122.o
NUC122RD2AN_CoOS/Debug/obj/task.o
NUC122RD2AN_CoOS/Debug/obj/time.o
NUC122RD2AN_CoOS/Debug/obj/timer.o
NUC122RD2AN_CoOS/Debug/obj/utility.o
NUC122RD2AN_CoOS/debug.config
NUC122RD2AN_CoOS/link.ld
NUC122RD2AN_CoOS/memory.ld
NUC122RD2AN_CoOS/NUC122RD2AN_CoOS.cob
NUC122RD2AN_CoOS/NUC122RD2AN_CoOS.elf.xcodeproj/
NUC122RD2AN_CoOS/NUC122RD2AN_CoOS.elf.xcodeproj/project.pbxproj
NUC122RD2AN_CoOS/syscalls/
NUC122RD2AN_CoOS/syscalls/syscalls.c
NUC122RD2AN_CoOS/.cproject
NUC122RD2AN_CoOS/.project
NUC122RD2AN_CoOS/App/
NUC122RD2AN_CoOS/App/AppConfig.c
NUC122RD2AN_CoOS/App/AppConfig.h
NUC122RD2AN_CoOS/App/LCD_4bit.c
NUC122RD2AN_CoOS/App/LCD_4bit.h
NUC122RD2AN_CoOS/App/main.c
NUC122RD2AN_CoOS/build.xml
NUC122RD2AN_CoOS/cmsis_boot/
NUC122RD2AN_CoOS/cmsis_boot/NUC122.h
NUC122RD2AN_CoOS/cmsis_boot/startup/
NUC122RD2AN_CoOS/cmsis_boot/startup/startup_NUC122.c
NUC122RD2AN_CoOS/cmsis_boot/system_NUC122.c
NUC122RD2AN_CoOS/cmsis_boot/system_NUC122.h
NUC122RD2AN_CoOS/cmsis_core/
NUC122RD2AN_CoOS/cmsis_core/core_cm0.c
NUC122RD2AN_CoOS/cmsis_core/core_cm0.h
NUC122RD2AN_CoOS/cmsis_lib/
NUC122RD2AN_CoOS/cmsis_lib/Include/
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/DrvGPIO.h
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/DrvRTC.h
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/DrvSYS.h
NUC122RD2AN_CoOS/cmsis_lib/Include/Driver/DrvUART.h
NUC122RD2AN_CoOS/cmsis_lib/Include/System/
NUC122RD2AN_CoOS/cmsis_lib/Include/System/ModuleID.h
NUC122RD2AN_CoOS/cmsis_lib/Include/System/SysInfra.h
NUC122RD2AN_CoOS/cmsis_lib/Src/
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/DrvGPIO.c
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/DrvRTC.c
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/DrvSYS.c
NUC122RD2AN_CoOS/cmsis_lib/Src/Driver/DrvUART.c
NUC122RD2AN_CoOS/CoOS/
NUC122RD2AN_CoOS/CoOS/Document/
NUC122RD2AN_CoOS/CoOS/Document/readme.txt
NUC122RD2AN_CoOS/CoOS/kernel/
NUC122RD2AN_CoOS/CoOS/kernel/coocox.h
NUC122RD2AN_CoOS/CoOS/kernel/CoOS.h
NUC122RD2AN_CoOS/CoOS/kernel/core.c
NUC122RD2AN_CoOS/CoOS/kernel/event.c
NUC122RD2AN_CoOS/CoOS/kernel/flag.c
NUC122RD2AN_CoOS/CoOS/kernel/hook.c
NUC122RD2AN_CoOS/CoOS/kernel/kernelHeap.c
NUC122RD2AN_CoOS/CoOS/kernel/mbox.c
NUC122RD2AN_CoOS/CoOS/kernel/mm.c
NUC122RD2AN_CoOS/CoOS/kernel/mutex.c
NUC122RD2AN_CoOS/CoOS/kernel/OsConfig.h
NUC122RD2AN_CoOS/CoOS/kernel/OsCore.h
NUC122RD2AN_CoOS/CoOS/kernel/OsError.h
NUC122RD2AN_CoOS/CoOS/kernel/OsEvent.h
NUC122RD2AN_CoOS/CoOS/kernel/OsFlag.h
NUC122RD2AN_CoOS/CoOS/kernel/OsKernelHeap.h
NUC122RD2AN_CoOS/CoOS/kernel/OsMM.h
NUC122RD2AN_CoOS/CoOS/kernel/OsMutex.h
NUC122RD2AN_CoOS/CoOS/kernel/OsQueue.h
NUC122RD2AN_CoOS/CoOS/kernel/OsServiceReq.h
NUC122RD2AN_CoOS/CoOS/kernel/OsTask.h
NUC122RD2AN_CoOS/CoOS/kernel/OsTime.h
NUC122RD2AN_CoOS/CoOS/kernel/OsTimer.h
NUC122RD2AN_CoOS/CoOS/kernel/queue.c
NUC122RD2AN_CoOS/CoOS/kernel/sem.c
NUC122RD2AN_CoOS/CoOS/kernel/serviceReq.c
NUC122RD2AN_CoOS/CoOS/kernel/task.c
NUC122RD2AN_CoOS/CoOS/kernel/time.c
NUC122RD2AN_CoOS/CoOS/kernel/timer.c
NUC122RD2AN_CoOS/CoOS/kernel/utility.c
NUC122RD2AN_CoOS/CoOS/kernel/utility.h
NUC122RD2AN_CoOS/CoOS/portable/
NUC122RD2AN_CoOS/CoOS/portable/arch.c
NUC122RD2AN_CoOS/CoOS/portable/GCC/
NUC122RD2AN_CoOS/CoOS/portable/GCC/port.c
NUC122RD2AN_CoOS/CoOS/portable/OsArch.h
NUC122RD2AN_CoOS/Debug/
NUC122RD2AN_CoOS/Debug/bin/
NUC122RD2AN_CoOS/Debug/bin/history.xml
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.bin
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.elf
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.hex
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.map
NUC122RD2AN_CoOS/Debug/bin/NUC122RD2AN_CoOS.txt
NUC122RD2AN_CoOS/Debug/obj/
NUC122RD2AN_CoOS/Debug/obj/AppConfig.o
NUC122RD2AN_CoOS/Debug/obj/arch.o
NUC122RD2AN_CoOS/Debug/obj/core.o
NUC122RD2AN_CoOS/Debug/obj/core_cm0.o
NUC122RD2AN_CoOS/Debug/obj/dependencies.xml
NUC122RD2AN_CoOS/Debug/obj/DrvGPIO.o
NUC122RD2AN_CoOS/Debug/obj/DrvPWM.o
NUC122RD2AN_CoOS/Debug/obj/DrvRTC.o
NUC122RD2AN_CoOS/Debug/obj/DrvSYS.o
NUC122RD2AN_CoOS/Debug/obj/DrvUART.o
NUC122RD2AN_CoOS/Debug/obj/event.o
NUC122RD2AN_CoOS/Debug/obj/flag.o
NUC122RD2AN_CoOS/Debug/obj/history.xml
NUC122RD2AN_CoOS/Debug/obj/hook.o
NUC122RD2AN_CoOS/Debug/obj/kernelHeap.o
NUC122RD2AN_CoOS/Debug/obj/LCD_4bit.o
NUC122RD2AN_CoOS/Debug/obj/main.o
NUC122RD2AN_CoOS/Debug/obj/mbox.o
NUC122RD2AN_CoOS/Debug/obj/mm.o
NUC122RD2AN_CoOS/Debug/obj/mutex.o
NUC122RD2AN_CoOS/Debug/obj/port.o
NUC122RD2AN_CoOS/Debug/obj/queue.o
NUC122RD2AN_CoOS/Debug/obj/sem.o
NUC122RD2AN_CoOS/Debug/obj/serviceReq.o
NUC122RD2AN_CoOS/Debug/obj/startup_NUC122.o
NUC122RD2AN_CoOS/Debug/obj/syscalls.o
NUC122RD2AN_CoOS/Debug/obj/system_NUC122.o
NUC122RD2AN_CoOS/Debug/obj/task.o
NUC122RD2AN_CoOS/Debug/obj/time.o
NUC122RD2AN_CoOS/Debug/obj/timer.o
NUC122RD2AN_CoOS/Debug/obj/utility.o
NUC122RD2AN_CoOS/debug.config
NUC122RD2AN_CoOS/link.ld
NUC122RD2AN_CoOS/memory.ld
NUC122RD2AN_CoOS/NUC122RD2AN_CoOS.cob
NUC122RD2AN_CoOS/NUC122RD2AN_CoOS.elf.xcodeproj/
NUC122RD2AN_CoOS/NUC122RD2AN_CoOS.elf.xcodeproj/project.pbxproj
NUC122RD2AN_CoOS/syscalls/
NUC122RD2AN_CoOS/syscalls/syscalls.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.