搜索资源列表
smallrtosv1.51.0
- small rtos v1.51.0源码
Small RTOS(51)源代码、应用问答集
- Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。--Source code for small RTOS(51), and Q&A. It could be used in embedded 51 system.
51下的操作系统,small rtos
- 51下的操作系统-51 of the operating system
一个51下的源代码开放的操作系统small rtos
- 讲述了一个51单片机下的操作系统,有利于工程师再实际当中选用-about a 51 Microcontroller operating system, engineers have to use them in more practical
SmallRTOS for C51
- 嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴uc
small rtos51 随书光盘
- small rtos51 随书光盘 光盘根目录包含如下4个子目录: 1.Small_ RTOS 1.12.1 为Small RTOS51 V1.21.1版本的所有源码,第1章 ~ 第10章介绍的代码就在这个目录下。其下有一个文件List.txt对各个目录和文件进行了简要说明。 2. Small RTOS V1.12.1下DP-51例子 为Small RTOS51 V1.21.1应用的例子,第14章 ~ 第24章介绍的代码就在这个目录下。其中各章与子目录名称对应如下: 第1
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
j_11970_93small_rtos
- 基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子 最新版-80C51 single-chip based on open source Small RTOS v1.20.3-, C-C++, Singlechip development/SCM contains source RTOS Singlechip Caprice, Small RTOS example dp-5
REAL_TIMErtos
- Small RTOS(51) 1.00v 无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-Small RTOS (51) 1.00v without ram can be expanded outside of the 51 on the implementation of Preemptive RTOS portable, completely free, open-source
ourdev_5
- 我在使用陈明计先生写的small RTOS和51单片机做过几个小项目,起初都很好,开发变的容易了,程序变的容易修改。后来随着任务个数的增多,RAM很快就不够用了。51系列的芯片内部RAM普遍都是256个,很难找出1024个字节RAM或更多,而价格又合适的。记得上一次我没有办法被迫使用了64K flash内部带768字节的XRAM的51芯片,而我根本用不到那么多flash。-I use Mr. Chen Mingji written small RTOS and 51 MCU done seve
ourdev_4
- SMALL RTOS是为小ram系统单片机编写的,目前仅在51系列单片机上成功运行,还没有在其它单片机上移植(目前我仅有51和avr的开发系统).在小ram系统单片机如51系列上运行tcp/ip 协议栈是不太现实的.一般tcp/ip 协议栈需要在32位单片机上运行,在8位机上运行太勉强(51是8位机),除非您只运行ip协议.建议使用ucos/ii操作系统或是嵌入式linux,并选用arm或龙珠系列单片机-SMALL RTOS for small microcontrollers ram syst
clock
- Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。-Small RTOS 51 DP-51 download simulation instrument to achieve an alarm clock source.
KEY
- P-51的键盘扫描驱动例子,应用于Small RTOS 51 v1.-P-51 keyboard scan driver examples used in Small RTOS 51 v1.11
SmallRTOS
- 北航 SMALL RTOS 例子,RTOS 对于51工程师进入嵌入式做准备!-Beihang SMALL RTOS example, RTOS for embedded 51 engineers prepare to enter!
small-rtos-clock
- 这是基于small rtos操作系统的在51系列单片机上实现的一个数字钟,用proteus仿真实现,用原理图,可以在硬件上直接运行,但必须注意要用89S52或者更大ram的芯片。-This is based on small rtos operating system in the 51 series microcontroller implemented on a digital clock, with proteus simulation to achieve, with schematic
Small-RTOS
- 一个51下的源代码开放的操作系统small rtos-51 source code under an open operating system, small rtos
Small-RTOS
- SmallRTOS操作系统,适用于51系列单片机,是一个多任务内核。-SmallRTOS operating system for 51 series, is a multi-task kernel.
51-MCU-small-RTOS
- 51 单片机 small RTOS系统,keil环境下编译-51 single small RTOS system, keil compiler environment
small-RTOS
- 51单片机最小系统程序。多任务处理,适合初学51的-51 smallest single-chip system program. Multi-tasking, for beginners 51. .
Small RTOS v1.12.2
- small rtos 陈明计,这个人有必要要认识下,因为small rtos 是他写的,他根据ucos的原理写的。这个small rtos是可以再51单片机上运行的,但是受ARM内存的限制。 作为单片机开发的时刻都得想着内存的问题,因为51芯片资源有限。(small rtos Chen Ming plan, this person needs to know, because small RTOS he wrote, he wrote on the basis of the principl