搜索资源列表
51信号
- 由于RTX51 Tiny不支持信号量,本文档编写个事件信号量来RTX51 Tiny实现信号量的操作,-RTX51 not support volume signals, the document prepared incident signal volume RTX51 Tiny signal of operation,
MSC1210test2
- MSC1210单片机在TINY操作系统下的C语言例程,包括ADC的采集以及对DA的操作。-MSC1210 TINY operating system in the C language routines, the collection includes ADC and the DA's operation.
rtx51fangzhen
- keil c51 RTX-tiny 在Proteus 6.7的仿真程序。边看程序边仿真,爽啊。-Keil RTX-tiny Proteus 6.7 of the simulation program. While watching process simulation, Cool.
salvo-tiny-avr-iccavr-3.2.4-a
- salvo-tiny-avr是一个用在AVR上的开销极小的OS.
ling_re_rtx51.rar
- RTX51 tiny 源代码,很有价值的。,RTX51 tiny source
simpos
- 51下的超轻量多任务操作系统,具有任务切换开销极小(指令周期数<10/任务),任务切换速度极快(<100us/任务,STC 1T单片机上可达到20us/任务).注意,最好在拥有256字节的52上使用.使用前请认真看说明和注释,并完全了解该系统的工作机制.-this is a hyper tiny OS for MCS 51 MCU. the task switching is very fast(<10 cycles/task and <100us/switching).
Display
- 1 主要描述:数码管显示通用程序。带高位消隐功能。 2 硬件环境:51MCU, 4位显示共阳数码管。P3口P3.2-P3.5是位选,P1口对应数码管8段。 3 软件平台:Keil c, c51, rtx51 tiny. 4 附加描述:程序段先把数码管全部点亮,然后把一个速度值显示在数码管上。-1 Main Descr iption: Digital Display general program. With high blanking function. 2 Hardware Env
RtxTiny2
- RTX51 TINY Version 2 has been completly restructured to gain flexiblity, accelarate performance, and reduce code/data space requirements. Also several new features are added to this popular Real-Time Kernal.
Banking
- 这个是51单片机下运行RTX-tiny的简单例子-This is the 51 single-chip running under the RTX-tiny simple example
ShellDebug
- 简单Shell命令调试系统开发,是51单片机应用系统开发典型实例,中断控制串口在RTX-51 tiny 环境下开发-Simple Shell command debug systems development, 51 are single-chip microcomputer application systems development typical examples of serial interrupt control in the RTX-51 tiny development env
rtx_tiny
- 实时操作系统RTX51 Tiny 实时操作系统RTX51 Tiny-rtx_tiny.zip
lq51
- Keil 自带的 RTX51—Tiny 系统有这样几个缺点:1、非占先式任 务调度,这样系统的实时性就很难保证 2、提供的系统服务太少, 只有 wait 与 signal。而 RTX51—Tiny 的优点是:1、Keil 公司自己开 发的,使用_task_关键字区别每个任务,这样可以使得被不同任务调 用的不同函数即使没有相互调用,他们的局部变量也不会相互覆盖。 免去了在 SmallRTOS 中需要手动制止函数间局部变量的相互覆盖。 2、内核小。整个 RTX51--Tin
rtx51-tiny
- 本程序的功能是在51单片机上实现51tiny嵌入式操作系统编程-this program is to tell how to use 51tiny embedded system to program
RTX51555
- 本RTX51 Tiny 编程书介绍的信息包含如何去使用Keil RTX51 Tiny 实时内 核,适用于各种51 系列的单片机,对于熟练运用51 单片机的高手来说可以通过 本书进行51 单片机进行高级编程,对于初学51 单片机来说,也可以让很复杂的 51 裸机程序简化,适应于实时性要求较高的系统。从软件的角度去提高整个系 统的性能,让系统更稳定有效的进行工作。 -The programming RTX51 Tiny book about how t
RTX-x51FULL
- keil c51 只提供免费的rtx51 tiny版,full rtx51是不免费的,我也是网上找到的,方便共享!-the full rtx51
tiny
- tiny+scanner 主要实现compiler里的scan功能-tiny+ scanner scan the main features in the compiler implementation
Tiny-Real-Time
- 一个超小轻量级操作系统,可以运行在avr上,网络上下的,需要的可以参考参考-Tiny the Real Time, ultra-small os can run in the avr on the network from top to bottom, can refer to reference
RTX51-tiny---LEDs
- RTX51 tiny 基本程序LED灯,不同频率闪烁-RTX51 basic procedures for LED lights
rtx-tiny
- rtx tiny的一些测试程序,有protues仿真,注释详细-rtx tiny test program with simulation
奋斗STM32开发板TINY例程
- STM32奋斗板-LED闪烁: 演示了LED定时闪烁例程。并附带例程详解及实验手册PDF STM32奋斗板-LED闪烁-ucos: 基于ucos 演示了LED定时闪烁任务,可通过串口1修改闪烁间隔。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-CH2: 演示通过TIM3的CH2通道产生特定频率的波形。并控制LED闪烁。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-PWM: 演示通过TIM3的CH2通道产生PWM波形,控制LED的明暗变化。并附