CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:NUC122RD2AN_CoOS

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    486.58kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

设备:

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com