搜索资源列表
ucosISR
- 基于UCOS的中断处理程序 当按键按下时,相应的外部中断触发产生 执行处理程序-interrupt handling procedures when pressing the button, the corresponding external interrupt trigger implementation procedures have
Ethernet_DM9161A
- 以太网处理程序;基于lpc2378,PHY收发器使用DM9161A以及ucos
modbus_rtu
- ucos下的modbus-rtu处理程序,支持1,2,3,4,5,16,15,16 号功能码
ucos_ex3
- arms3c44b0的操作系统,uc/os-2中断处理程序设计
MAIN
- ARMSYS实验六:外部中断应用测试 描述:编写中断处理程序
Exp8fileexam
- 这是三星公司arm9 2410编写的文件处理程序,采用codewarrior编写-This is Samsung arm9 2410 document prepared by the process used to prepare codewarrior
uCOS51shell
- ucos shell的程序讲解,UCOs 只提供了内核,自己要添加文件处理,网络接口等 -ucos shell on the procedures, UCOs provided only kernel you want to add their own document processing, network interface, etc.
UART_384
- 定制协议的串口处理模块,用C语言写的可在ucos2上运用的驱动程序,可为写串口协议处理命令提供参考-Custom serial protocol processing module, using C language can be written on the use of ucos2 driver can write serial command protocol processing provide a reference
KEYIN
- lpc21xx(飞利浦的ARM)目标板特殊的代码,包括异常处理程序和目标板初始化程序 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件。-lpc21xx (Philips ARM) target board specific code, including exception handling procedures and target board initialization procedure for each project should have a copy of th
LEDCON
- lpc21xx(飞利浦的ARM)目标板特殊的代码,包括异常处理程序和目标板初始化程序 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件。-lpc21xx (Philips ARM) target board specific code, including exception handling procedures and target board initialization procedure for each project should have a copy of th
LEDDISP
- lpc21xx(飞利浦的ARM)目标板特殊的代码,包括异常处理程序和目标板初始化程序 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件。-lpc21xx (Philips ARM) target board specific code, including exception handling procedures and target board initialization procedure for each project should have a copy of th
LEDDISP
- lpc21xx(飞利浦的ARM)目标板特殊的代码,包括异常处理程序和目标板初始化程序 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件。-lpc21xx (Philips ARM) target board specific code, including exception handling procedures and target board initialization procedure for each project should have a copy of th
MicroC-OS-III-
- UCOS-III中支持了时间片的轮转调度,为了减少关中断的时间, 内核在对临界段的处理上使用了一些方法,比如为防止中断中访问 临界段代码,把中断的事情分两步来做,即中断中把对内核的操作 仅做保存,实际的操作推迟到一个称为OS_IntQTask中完成!这样 就可以在程序中使用禁止调度的方式来处理临界段的代码,也大大 减少了关中断的时间!但这并不意味着这种方法就是最优了,它是在 任务切换的消耗和关中断的时间来平衡的,所以UCOS-III也支持使用 关中断的方
clock
- 这是一个128*64液晶时钟程序,使用LPC2148,UCOS/II系统,内涵简单的菜单及数字输入处理函数来设置时间及闹钟-This is a 128* 64 LCD clock program, using the LPC2148, UCOS/II system, the connotation simple menu and digital input handler to set the time and alarm
ucosII
- uC/OS-II 实时操作系统最小系统。 Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是
UCGUIFontTool
- UCOSII GUI 字库处理程序源代码,可以按照自己的需要构造自己的字模和字库,包含常用的字库代码和造字及字库处理程序,非常实用方便。-UCOSII GUI font program source code, according to their own needs to construct your own font and font that contains the code and created characters commonly used fonts and font hand
MicrOS_LSPD_SpdGover_V2.1
- 在CW4.7开发环境下移植UCOS-II到飞思卡尔XEP100单片机上。本程序带canape的ccp驱动,能够实现标定功能。有个小问题:主程序处理中断会导致ucos卡死,有懂得可以帮忙解决一下。只是用的话,本程序没有问题,中断全部交给xgate即可。-Transfer the RTOS to freescale xep100. The CCP driver for Canape is included, and can be used to calibtate. There a question