搜索资源列表
基于uCOS的循环数据队列演示
- 基于uCOS的循环数据队列演示,演示如何在UART收发上使用循环队列。-queue buffer demostration base on uCOS RTOS.
02_uCOS-II_msgqueue
- ucos下的消息队列使用实例源码,配合ucos标准教程一书-ucos message queue using the following source code examples, with the standard tutorial book ucos
LPC2378Ucos2
- 开发环境是在MDK 下LPC2378下的UCOS串口编程,和以前那个相比,改动了启动代码,去掉了系统里面的一个报警提示,并且使用了信号量、邮箱等,初学者使用!还没有使用队列,而且要经过改动才能支持串口的多个数据接收目前一次最多是发8个数据。 函数的测试是上电后,P2.0~P2.7从高变低并发一个字母给串口,从低变高,还有一个外部按键中断,按一下,发1000Bytes数据。从串口发的数据给ARM,ARM返回收到的数据。-Development environment is under the
ucos_ex2
- ucos移植到44b0的示例程序,ads1.2开发环境,介绍了ucos中消息队列的使用方法~-ucos transplant procedures 44b0 example, ads1.2 development environment, introduced in the message queue ucos use ~
UCOS-Q
- 在UC/OS-II上调用消息队列函数对消息队列进行编程-In the UC/OS-II on the function of call message queue message queue programming
ucosII_sem_ex_1
- ucos的信号量的使用,通过队列的方法实现-the volume of the signal ucos the use of the method through the queue
xiaoxiduilian
- 解决软件开发中常见的消息队列就餐问题,很好用的程序,希望对你有开发有帮助,UCOS下开发的。-To solve common software development problems Message Queue dining, good use of the program, want to help you develop, UCOS under development.
ucos_MessageQueue
- uC/OS消息队列演示.这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及 一个控制任务TAC,等待消息的任 * 务总是按照优先级的高低来决定获得消息的顺 序,实现消息队列的使用。-uC/OS message queue presentation. This program demonstrates a basic message queue. Proceedings designed six common application tasks, and a control ta
02_uCOS-II_msgqueue
- ucos操作系统下,对消息队列的操作,基于vc编程 -ucos operating system, the operation of the message queue, based on vc Programming
LT-ARM214X-ucosrenwujanxiaodiduilietongxinshiyan.r
- 力天电子中LT-ARM214X学习板的UCOS任务间消息队列通信试验的配套源程序。-Power-day e-learning in the LT-ARM214X UCOS board message queue communication experiments between tasks supporting source.
Micrium-1138-sem-event
- UCOS 在ZLG开发板1138上的SEM(信号量)应用。可以跟踪理解ucos的信号量机制。环境:IAR -UCOS ZLG development board in 1138 on the Q (message queue) applications. Ucos can understand the message queue tracking mechanism. Environment: IAR
Micrium-1138-Q
- UCOS 在ZLG开发板1138上的消息列队的应用。可以跟踪理解ucos的消息列队机制。环境:IAR -UCOS ZLG development board in 1138 on the application of the message queue. Ucos can understand the message queue tracking mechanism. Environment: IAR
4
- uCOS下消息队列的使用,自己写的代码,调试成功。-Under the use of uCOS message queue, his writing code, debugging success.
BC48
- ucos中消息队列,x86体系,嵌入式系统开发-In ucos message queue, x86 architecture, embedded system development
keyqueue
- UCOS编写的按键消息队列液晶屏蜂鸣器响应程序,已经测试,完全可以使用,cortex-m3使用。-The key message queue LCD buzzer UCOS written response procedures have been tested, and can use, cortex-m3 use.
ucos-kinetis
- 基于kinetis cortex m4 ucos 消息列队-Based kinetis cortex m4 ucos message queue
dsPIC33F764GP710A_ucos_demo
- dsPIC33FJ64GP710A,MPLAB X,C30 。官方无此单片机的ucos例程,我经过修改gld内存分配文件,ASM汇编文件,已经可以在dsPIC33FJ64GP710A上运行,并且添加了ECAN的汇编程序,ECAN已经可以使用。 初始化了一个task和一个队列。 可在此基础上实现更加复杂的功能。-dsPIC33FJ64GP710A ,MAPLAB X,C30,UCOS II ,ECAN OK,QUEUE DEMO
fifo
- 软件模拟FIFO队列,实现了队列的初始化,读写操作以及查看队列占用情况和可用空间情况。uCOS下测试通过,其中的数据类型定义没有添加,请使用者按照芯片自行定义。-FIFO queue simulation software to achieve the initialization of the queue, read and write operations, and view the queue occupancy and available space situation. uCOS un
STM32-LED闪烁-消息队列
- STM32LED闪烁——消息队列,通过建立消息队列,传送3个指针型变量,触发LED灯闪烁。(By setting up a message queue, 3 pointer variables are transmitted, triggering the LED light to flicker.)
UCOSII完整系统代码
- 使用stm32F103芯片,在最小系统上实现了UCOS-II的完成功能,使用keil4编写;功能包括任务调度,消息队列,信号量集和软件定时等。本人亲测可以直接使用,使用的是标准32库函数(Using stm32F103 chip, the completion function of UCOS-II is realized on the smallest system, which is written by keil4. Functions include task scheduling, m
