搜索资源列表
plus_源头代码
- Nucleus实时操作系统是Accelerater Technology公司开发的嵌入式RTOS产品,Nucleus的核心是一个实时的多任务内核——Nucleus PLUS-Accelerater Technology, Inc. is the development of embedded RTOS product, the Nucleus of the core is a real-time multi-task kernel -- Nucleus PLUS
RX2
- small RTOS 嵌入式实时多任务开发,无线发送程序-small RTOS for embedded real-time multi-task development, wireless Send procedures
RTOSandNucleusPLUS
- Nucleus PLUS是美国著名RTOS厂商ATI公司(Accelerated Tedmology lnc) 在嵌入式实 时多任务操作系统Nucleus基础上,为实时嵌入式应用而设计的一个抢先式多任务操作系统内核。其95%的代码是用ANSI C写成的,非常便于移植并支持大多数类型的处理器 Nucleus PLUS是一组c函数库,应用程序代码与核心函数连接在一起,生成一个目标代码,下载到目标板的RAM 中或直接烧录到目标板的ROM 中执行。在典型的目标环境中,Nucleus PLUS核心代码
ruanjiandingshiqi
- 本软定时器模快所通过一个唯一的索引(即序号)来表识每一个软定时器,这个序号从0到MAX_SOFT_TIMER-1 ,最多为255个。要使用软定时器模块,首先需要让软定时器管理任务运行起来。软定时器管理任务的函数名称为SoftTimer,所以只需要Small RTOS的要求在Config.h的数组TaskFuction加上SoftTimer项即可。因为软定时器执行的任务时间等因素不确定,所以一般把这个任务优先级定得比较低。-the soft-timer module adopted by only
AudioExampleUsing
- 实时多任务系统的调试有很多困难,TI公司提供的DSP/BIOS-Ⅱ是运行于高性能DSP上的一款嵌入式实时操作系统. 这是基于6000系列的音频处理BIOS说明文档-multi-task real-time system debugging many difficulties, TI offered DSP/BIOS- II is running on high-performance DSP paragraph RTOS . This is based on the 6000 series
SmallRtos51
- Small RTOS是一个源代码公开的多任务实时操作系统,Small RTOS 51 是其在8051系列处理器上的移植(使用keil c51)。Small RTOS可以简化那 些复杂而且时间要求严格的工程的软件设计工作.本手册主要讲述Small RTOS 的使用,本说明了在8051系列处理器上使用应该注意的问题。同时讲述了 Small RTOS的移植。 -Small RTOS is an open source multi-task real-time operating
uCOS-II_Win32
- 使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例,展示任务(task)创建,优先级(priority)等,并且示范如何在Mircosoft Visual C++6.0的环境下编译一个工程文件,以取代原文书中使用Borland C++ 4.51 版的编译,提供使用者一个新的选择。-The use of Mircosoft Visual C++6.0 compiler, learning uc/os-ii 2.80 version RTOS ex
AT2742
- avr Rtos 255 Task avr Rtos 255 Task-avr Rtos 255 Taskavr Rtos 255 Task
ClockRTX51
- 1、学习Proteus的使用, 2、学习并掌握编译器Keil C环境下做51的系统开发 3、进一步学习时钟的算法,会使用硬件实现此算法; 4、了解基于RTOS上的多任务分时使用CPU,掌握任务的创建、删除、等待以及任务之间的同步等基本的多任务程序设计方法、掌握操作系统的基本原理。 -1, to learn the use of Proteus, 2, to learn and master the Keil C compiler environment do 51 System
Task
- 该程序示范如何在操作系统环境下编写程序说明。在RTOS下,每个任务都(函数) 都可以是死循环,这些死循环内的代码在宏观上看是并发运行的,相当于将CPU 的运算资源分配给各个任务。程序中3个任务分别控制3只LED的闪烁,说明3个任 务在宏观上是同时(并发)执行的。-This program shows how the operating system environment programming instructions. On RTOS, each task (funct
Small-RTOS
- SmallRTOS操作系统,适用于51系列单片机,是一个多任务内核。-SmallRTOS operating system for 51 series, is a multi-task kernel.
RTOS--system
- 51单片机的最小系统。。。多任务处理-The minimum system microcontroller 51. . . There are procedures in engineering. . . . Multi-task. . .
Task
- RTOS in ucos ii code based on AVR atmega 64/128 microcontroller
RTOS-Memory-mngt-in-4-task-mark-7
- RTOS memory management using uCOS kernel and further expanded in many tasks
Task-Template
- task creation in RTOS using ucos/os-task creation in RTOS using ucos/osii
RTOS-Memory-mngt-mark-7
- memory management between several task in RTOS
SCH51-RTOS-V1.40
- 这是一个51下的实时操作系统,目前正在进行测试当中,如果你感兴趣的话,可以看一下 建议大家阅读代码的顺序为:config.h SCH51.h SCH51.C main.c T0_init.h T0_init.c TASK.h task.c 。当然,你也可以把他一直到其他系统下-This is a real-time operating system under 51, which is currently being tested, and if you are interested, yo
lesson1
- 基于rtos的任务切换,利用C语言编程。(Task switching based on RTOS)
FreeRTOSv9.0.0
- 系统源码,包含五种内存管理及相关的任务调度;同时具有软件定时器的功能(System source code, including five kinds of memory management and related task scheduling; at the same time, it has the function of the software timer)
asm_task_switch8051
- 在8051单片机上用C语言和汇编语言混合编程,实现简单的任务调度。(A simple task scheduling is realized by the combination of C and assembly language on 8051 singlechip.)