搜索资源列表
ucos2 can总线通讯
- 编程实现MCP2510 的CAN 总线通讯;两个UP-NetARM3000 通过CAN 总线相连接。ARM 监视串行口,将接收到的字符发送 给另一个开发板并通过串口显示(计算机与开发板是通过超级终端通讯的)。即按PC 键盘通 过超级终端发送数据,开发板将接收到的数据通过CAN 总线转发,再另一个PC 的超级终 端上显示数据-Programming MCP2510 CAN bus communication; Two UP-NetARM3000 CAN bus link. ARM su
ucos2 显示驱动
- 并用编程实现两种LCD 驱动方式的基本原 理和方法;1.用总线方式直接驱动带有驱动模块的LCD。 2.用ARM 内置的LCD 控制器来驱动LCD。-programming using two LCD driver means the basic principles and methods; 1. With direct bus driver with the LCD driver modules. 2. ARM with a built-in LCD controller to dri
实例41
- 一个简单计算器程序,实现两个操作数的运算,包括加减乘除-a simple calculator program, the two realize the number of computing operations, including the arithmetic
UCOS_On_MSP430
- 这是一个MSP430单片机上运行UCOSII的例程,包含有两个任务。可以运行!-MSP430 UCOSII running on the routines, contains two tasks. Run!
UcosIIfor8051
- UCOS在C51上实现的两个例子,可以直接在BC环境下运行-C51 UCOS in achieving the two examples that can be directly in the operating environment BC
ucos252-src
- 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC / OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following ma
DisplayerEx3
- 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select
Navigation
- 基于S3C44B0X开发的一个校园导航系统,可显示两点间的路线,部分地点的信息提示,通过键盘和触摸屏交互,界面美观大方。-S3C44B0X based on the development of a campus navigation system, can show that the line between the two points, information on the location of some suggest, through the keyboard and touch-s
5402-ucos
- ucos在ti5402的移植,其中包括两个基本任务的建立 -CENTER ti5402 in the transplant, including the two basic tasks of the establishment
uCOS-280
- uCOS的新版本uCOS-280,可用VC产生两个任务,完成socket的UDP的收和发功能-uCOS a new version uCOS-280, VC can have two missions, the UDP socket to complete the admission and made functional
fixed-text
- uc/gui低版本的text控件不能settext,这两个文件添加后即可settext-uc / gui version of the text low Control settext not, the two documents can be added after settext
ISP1160foruCOS-II
- ISP1160 for uCOS-II,使用于lpc2200系列芯片,内附有uCOS-II2.52全部源码,能同时读写两个USB设备,同时附有应用程序。-for uCOS-II, lpc2200 used in a series of chips, enclosing it for uCOS - II2.52 all source code, can simultaneously read and write two USB devices, along with applications.
SDMMC
- SDMMC卡读写模块 1. ZLG_SD读写模块V2.0: SD/MMC卡读写模块V2.00, 支持SD卡和MMC卡, 支持实时操作 系统UCOS-II, 也支持在没有实时操作系统下使用 2. SDMMCExam: SD/MMC卡读写模块V2.00 使用方法的一个例子 3. 相关中间件和移植代码: SDMMCExam例子 用到的相关中间件和移植代码 4. PC机程序: SDMMCExam例子 的PC机程序,请直接使用本目录下的SDE
uCOS-II_lwip-1-19
- 基于UC/OS 2+LWIP的源码,内含有2个任务的调度,每个任务包含一个亮灯程序,基于AT91SAM7X256的ARM芯片开发,在ADS1.2环境下编写。-on UC / OS 2 LWIP source code, containing two task scheduling, Each task includes a light-up procedures based on the ARM chip AT91SAM7X256 development, ADS1.2 environment
ucgui-enhanced
- 在windowsxp下用ADS1.2编译,列表框做了修改,增加了对齐功能,新加了文本框,按钮控件可以显示2排了.-in windowsxp using ADS1.2 compiled a list box changes increase the alignment functions, plus a new text box, a button can control two shows scheduled.
s3c44b0chumoping
- 当手指或笔触摸屏幕时,平常相互绝缘的两层导电层就在触摸 点位置有了一个接触,因其中一面导电层接通X轴方向的5V均匀电压场(图a) ,使得检测层的电压由零变为非零,控制器侦测到这个接通后,进行A/D转换 ,并将得到的电压值与5V相比即可得触摸点的X轴坐标为(原点在靠近接地点 的那端):Xi=Lx*Vi / V(即分压原理)同理得出Y轴的坐标,这就是所有电 阻技术触摸屏共同的最基本原理。-finger or pen to touch the screen, usually two
UcosiiAppliction
- 任务一 任务管理 任务二 优先级天花板 任务三 哲学家就餐 任务四 消息队列 任务五 时钟中断-task of a task management tasks two priority tasks ceiling three meals philosopher four tasks Message Queue five tasks Clock interruption
UCOSIIzlggui
- 本人连续两天调试UCOSII,将贪吃蛇的任务加到UCOS上,ARM选用的是LPC2414,贪吃蛇的关键算法调试得吐血,不过两天得调试总算有了回报,多任务终于运行了,有四个任务运行,显示用到了周立功的ZLGGUI,对大家学习UCOSII操作系统式绝好得例子-I debugging UCOSII two consecutive days, the task will be a huge memory foisted UCOS, ARM uses the LPC2414, the huge memor
本移植也是从网上Download的
- 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译
uCOSII-control-two-LED
- 本程序移植了ucos,通过ucos点亮开发板的两个LED小灯,其中一个的频率为1Hz,另一个的频率为5Hz。-This procedure transplant ucos, lit through ucos development board two LED lights, one of the frequency of 1Hz, another frequency is 5Hz.
