搜索资源列表
ucOS-II-AD
- ucOS-ii应用实例:基于ARM与ucOS-II的多通道仪表数据采集系统。采用多任务编程方法,每个任务监视一路AD转换,并将转换结果在液晶屏上用一个条形图显示。-ucOS-ii application examples : Based on the ARM and ucOS-II of the multi-channel Instrument Data Acquisition System. Multi-task programming method, each task surveillan
Tuc_51_largeh
- 这是一个大模式下ucos51的移植结果,因为大部分可可载的ucos51都是小模式下的,已通过测试。 -This is a major mode of transplantation ucos51 a result, since most can be contained in small mode ucos51 complete source code, has been tested.
ucos2_s3c2410_mdk
- uC/OS-II for S3C2410 MDK版 ----------------版本----------------- 核心版本:V2.86 原版 移植版本:AN-1014 原版 其余部分取自 bobey ---------------编译器--------------- RealView MDK-ARM Version:3.24 测试正常 ----------------目录---------------- /Appli
MyFunctions
- 本人是刚刚毕业的学生,毕业设计时的题目是数字示波器,本示波器是用基于LPC2290ARM和UCOS2操作系统设计的,这是原代码,UCOS操作系统的移植代码由于公司原因没有上传!-I am a recently graduated student, graduated from the design of the subject is digital oscilloscope, the oscilloscope is LPC2290ARM and UCOS2 based operating sys
51system
- 实时系统的正确性不仅依耐系统计算的逻辑结果,还依赖于产生这个结果的时间。实时系统能够在指定或者确定的时间内完成系统功能和外部或内部、同步或异步时间做出响应的系统。-Real-Time Systems (Real-time operating system, RTOS) the correctness of resistance not only in accordance with the logic system to calculate the results, but also produ
uCos2
- 在arm上调试过的UCOS2 在mini2440上跑过,是经过自己调试的,希望对大家有帮助!-Increase in the arm in the mini2440 tried UCOS2 ran through is the result of their own debugging, we want to help!
teclado
- This program allow a PIC18F4550 to use a 4x4 keyboard and do some simple operations with it (increase, decrease...) ans show the result in a LCD 16x2
Desktop
- 功能:读取按键,控制LED闪烁。 首先对引脚选择寄存器PINSEL赋值为0,设置引脚连接GPIO。,然后对按键进行扫描,等到有键按下时,开始LED闪烁的程序。为了使LED有各种各样的闪烁结果,对其设计了一个表LED_TBL[],并不断调用,对P0[7:0]这8个设置为输出的I/O口进行置一或清零,得到花样流水灯的效果。当接P0.14的按键按下时,LED闪烁状态会回到最初全灭至亮状态,然后继续按照其他花式闪烁。 -Function: Reads keys, control LED flas