CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - rtx tiny 51
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - rtx tiny 51 - List
[
Other resource
]
RTX-51TINY
DL : 0
实时多任务操作系统RTX-51 TINY的应用 实时多任务操作系统RTX-51 TINY的应用
Update
: 2008-10-13
Size
: 78.29kb
Publisher
:
js
[
Other resource
]
Small_RTOS
DL : 0
借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Update
: 2008-10-13
Size
: 104.4kb
Publisher
:
voice
[
Other resource
]
small_rtos1.12.1
DL : 0
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Update
: 2008-10-13
Size
: 88.91kb
Publisher
:
gtt
[
uCOS
]
SmallRTOS for C51
DL : 1
嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Update
: 2009-05-19
Size
: 85.14kb
Publisher
:
joyhee@sohu.com
[
Embeded-SCM Develop
]
rtx_tiny源码
DL : 0
rtx-tiny源码-rtx-tiny FOSS
Update
: 2025-02-17
Size
: 7kb
Publisher
:
祥子
[
SCM
]
os_em12864
DL : 0
使用RTX-51 tiny操作系统的em12864液晶驱动程序-use RTX-51 operating system em12864 tiny LCD Driver
Update
: 2025-02-17
Size
: 7kb
Publisher
:
[
SCM
]
WINC51编程
DL : 0
本书以Keil 公司最新版本的C51 编译器为核心,阐述了在Windows 环境下采用单片 机高级语言C51 进行应用系统程序设计的基本原理和方法,详细介绍了Keil C51 的 Windows 集成开发环境Vision 51 和软件仿真器dScope51 的强大功能和具体使用方法。在 Windows 集成开发环境pVision 51 中,可以完成从源程序编写、编译、连接定位到目标文件 的仿真调试等的全部工作。dScope 51 是一种基于Windows 的多窗口软件仿真器,它可以在 完全没有8051 单片机硬件的情况下模拟调试各种应用程序,即使对单片机内部特殊集成功 能的编程,也可以找到对应的模拟窗口。 本书对最新版本C51 编译器新增加的控制命令作了全面介绍;给出了最新C51 运行库 函数及其应用范例;对Keil C51 的各种应用工具,如BL51 连接定位器、A51 宏汇编器、 LIB51 库管理程序以及OH51 符号转换程序等都作了详细介绍;还介绍了单片机实时多任务 操作系统RTX51 及其子集RTX51 TINY 的具体功能与应用方法。 本书强调先进性和实用性。全书各章列举了大量程序实例,并附赠一张配套光盘。因此 本书既适合广大从事单片机应用系统开发研制的工程技术人员的阅读,也可以作为高等工科 院校相应专业大学生或研究生的教学用书。-Keil book to the latest version of the C51 compiler at the core, described in the Windows environment using high-level language C51 microcontroller applications procedures for the basic design principles and methods introduced in detail Keil C51 integrated development environment for Windows 51 and Vision software simulator dScope51 the power and the specific use. Windows integrated development environment pVision 51, from source to be completed to prepare, compile, link positioning of the target file Simulation of the entire work. DScope 51 is a Windows-based multi-windows software emulation, it can no 8051 under the hardware simulation debugging various applications, even for special internal microcontroller integrated functional programming, can find the corresponding emulation window.
Update
: 2025-02-17
Size
: 31.45mb
Publisher
:
高山流水
[
USB develop
]
USB_RTX51
DL : 0
采用菲利普的USBD12芯片,结合89S52实现USBV1.1的通信。这个程序是运行在51上的程序。采用KEIL编译。并用采用了TinyRTX-using the USBD12 chip, combining 89S52 achieve USBV1.1 communication. The program is running in 51 on the procedure. Using KEIL compiler. And with the use of TinyRTX
Update
: 2025-02-17
Size
: 85kb
Publisher
:
陈根潮
[
SCM
]
89C51xingwei
DL : 1
单片机测量相位和频率的程序,使用了RTX51 TINY操作系统-Single-chip measurement of phase and frequency of procedures, the use of the operating system RTX51 TINY
Update
: 2025-02-17
Size
: 60kb
Publisher
:
huangyucheng
[
transportation applications
]
traffic
DL : 0
TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny,This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.-TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny, This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
晓风
[
Software Engineering
]
RTX-51TINY
DL : 0
实时多任务操作系统RTX-51 TINY的应用 实时多任务操作系统RTX-51 TINY的应用-Real-time multi-tasking operating system of the RTX-51 TINY application in real-time multi-tasking operating system of the RTX-51 TINY Application
Update
: 2025-02-17
Size
: 78kb
Publisher
:
js
[
SCM
]
YanXiang7
DL : 1
KEILC RTX51tiny开发的程序,用到AD转换,驱动液晶LCM,E2PROM-KEILC RTX51tiny development process, using AD converter, LCD driver LCM, E2PROM
Update
: 2025-02-17
Size
: 95kb
Publisher
:
lxb
[
SCM
]
SERIAL
DL : 0
SERIAL.C: Interrupt Controlled Serial Interface for RTX-51 tiny-SERIAL.C: Interrupt Controlled Serial Interface for RTX-51 tiny
Update
: 2025-02-17
Size
: 2kb
Publisher
:
ljhy
[
Other
]
123
DL : 0
RTX51TINY中任务的建立 很部错的 从中国知网下的-RTX51TINY task is the establishment of the Department of wrong HowNet from China under the
Update
: 2025-02-17
Size
: 99kb
Publisher
:
胡兵勇
[
uCOS
]
KeilRtx51Tiny
DL : 1
Keil Rtx51 Tiny 多任务操作系统源码及说明-Keil Rtx51 Tiny multi-tasking operating system source code and description
Update
: 2025-02-17
Size
: 205kb
Publisher
:
dxy
[
SCM
]
Small_RTOS
DL : 0
借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。-RTX Tiny draw ucosII and prepared a Small RTOS 51, although it prepared for the 51 series, but it is relatively easy to transplant to other CPU
Update
: 2025-02-17
Size
: 104kb
Publisher
:
voice
[
SCM
]
small_rtos1.12.1
DL : 0
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。 -err
Update
: 2025-02-17
Size
: 89kb
Publisher
:
gtt
[
SCM
]
Banking
DL : 0
这个是51单片机下运行RTX-tiny的简单例子-This is the 51 single-chip running under the RTX-tiny simple example
Update
: 2025-02-17
Size
: 20kb
Publisher
:
梁
[
Other
]
TRAFFIC2
DL : 1
/*** *** *** *** *** *** *** *** *** *** *** *** ****/ /* */ /* TRAFFIC2.C: Traffic Light Controller using RTX-51 */ /* */ /* 17-NOV-1994 / EG */ /****************************************************************************/ /* Derived from TRAFFIC.C (originally written for RTX tiny). */ /* Shows advanced features of the full version of RTX-51. */ /****************************************************************************/-/****************************************************************************/ /* */ /* TRAFFIC2.C: Traffic Light Controller using RTX-51 */ /* */ /* 17-NOV-1994/EG */ /****************************************************************************/ /* Derived from TRAFFIC.C (originally written for RTX tiny). */ /* Shows advanced features of the full version of RTX-51. */ /****************************************************************************/
Update
: 2025-02-17
Size
: 4kb
Publisher
:
lolapp
[
SCM
]
RTX-x51FULL
DL : 1
keil c51 只提供免费的rtx51 tiny版,full rtx51是不免费的,我也是网上找到的,方便共享!-the full rtx51
Update
: 2025-02-17
Size
: 1.37mb
Publisher
:
李伟清
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.