CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - RTOS 51
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - RTOS 51 - List
[
Embeded-SCM Develop
]
RTOS 51代码
DL : 0
RTOS 51代码-RTOS code
Update
: 2008-10-13
Size
: 724.81kb
Publisher
:
严臣
[
Embeded-SCM Develop
]
Small RTOS(51)源代码、应用问答集
DL : 0
Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。--Source code for small RTOS(51), and Q&A. It could be used in embedded 51 system.
Update
: 2008-10-13
Size
: 653.15kb
Publisher
:
张强
[
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
]
RTOS 51代码
DL : 0
RTOS 51代码-RTOS code
Update
: 2025-02-17
Size
: 725kb
Publisher
:
严臣
[
Embeded-SCM Develop
]
Small RTOS(51)源代码、应用问答集
DL : 1
Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。--Source code for small RTOS(51), and Q&A. It could be used in embedded 51 system.
Update
: 2025-02-17
Size
: 653kb
Publisher
:
张强
[
Other Embeded program
]
51下的操作系统,small rtos
DL : 0
51下的操作系统-51 of the operating system
Update
: 2025-02-17
Size
: 797kb
Publisher
:
邓杰文
[
SCM
]
MiniRTOS_51
DL : 0
51上的RTOS,该RTOS为非占先式多任务操作系统,如果用户任务的最长执行时间小于 系统节拍时间,则本MiniRTOS要优于占先式TOS。因为本MiniRTOS占用资源小,RAM不超过20字节,程序空间只占为600多字节。-51 on the RTOS, the RTOS non-preemptive multitasking operating system, if the user of the longest task execution times smaller than system beats time, it is superior to the MiniRTOS Preemptive 200040. Because of the small resources MiniRTOS occupation, RAM no more than 20 bytes, procedures only for the space of more than 600 bytes.
Update
: 2025-02-17
Size
: 34kb
Publisher
:
So1o
[
Other Embeded program
]
无需外扩ram即可在51上执行的占先式RTOS
DL : 0
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-without ram can be extended outside of the 51 on the implementation of preemptive RTOS portable, free, open-source with the Chinese documents and detailed notes (The author has already put it to practical use items)
Update
: 2025-02-17
Size
: 718kb
Publisher
:
周小川
[
SCM
]
一个51下的源代码开放的操作系统small rtos
DL : 1
讲述了一个51单片机下的操作系统,有利于工程师再实际当中选用-about a 51 Microcontroller operating system, engineers have to use them in more practical
Update
: 2025-02-17
Size
: 674kb
Publisher
:
[
Other Embeded program
]
smallrtos_time
DL : 0
一种51单片机嵌入式系统SMALL RTOS 51的应用,一个电子时钟的应用程序。-embedded microcontroller system SMALL RTOS 51 applications, an electronic clock applications.
Update
: 2025-02-17
Size
: 84kb
Publisher
:
孙鹏
[
uCOS
]
216327RTOS_51
DL : 0
RTOS 51,51单片机嵌入式操作系统-RTOS operating system embedded microcontroller 51.51
Update
: 2025-02-17
Size
: 12kb
Publisher
:
huang
[
uCOS
]
xltExlt2
DL : 0
这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Update
: 2025-02-17
Size
: 6kb
Publisher
:
邢兰停
[
SCM
]
Small_RTOS_Fordp51
DL : 0
Small rtos在51单片机中的移植与一些例程-Small rtos 51 microprocessor in the transplant with some routines
Update
: 2025-02-17
Size
: 111kb
Publisher
:
yinyedan
[
SCM
]
rtos51
DL : 0
RTOS-51实时操作系统 源程序,运行于51单片机上的实时操作系统源代码-RTOS-51 real-time operating system source code, running on the MCU 51 real-time operating system source code
Update
: 2025-02-17
Size
: 590kb
Publisher
:
lijinhao
[
Embeded-SCM Develop
]
REAL_TIMErtos
DL : 0
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 with the Chinese document in detail and notes (The author has put it into the actual projects)
Update
: 2025-02-17
Size
: 343kb
Publisher
:
zhanghh624
[
OS Develop
]
SmallRtos51
DL : 0
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 system, Small RTOS 51 are in the 8051 series of processors on the transplant (using keil c51). Small RTOS can simplify those complex and time-critical software engineering design work. This manual focuses on the use of Small RTOS, the note in the 8051 series of processors on the use of problem should be noted. At the same time about the Small RTOS transplant.
Update
: 2025-02-17
Size
: 674kb
Publisher
:
海新
[
SCM
]
clock
DL : 0
Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。-Small RTOS 51 DP-51 download simulation instrument to achieve an alarm clock source.
Update
: 2025-02-17
Size
: 15kb
Publisher
:
王晓玲
[
SCM
]
51-MCU-small-RTOS
DL : 0
51 单片机 small RTOS系统,keil环境下编译-51 single small RTOS system, keil compiler environment
Update
: 2025-02-17
Size
: 102kb
Publisher
:
王明
[
SCM
]
small-RTOS
DL : 0
51单片机最小系统程序。多任务处理,适合初学51的-51 smallest single-chip system program. Multi-tasking, for beginners 51. .
Update
: 2025-02-17
Size
: 116kb
Publisher
:
li
[
Embeded-SCM Develop
]
RTOS 51工程文件
DL : 0
采用RTOS操作系统的完整源代码,内含遥控,按键扫描,膜冲电位器扫描识别,显示驱动,4094等完整代码,可以直接用于生产。(The complete source code of RTOS operating system, including remote control, keystroke scanning, membrane punch potentiometer scanning identification, display driver, 4094 and other complete code, can be directly used in production.)
Update
: 2025-02-17
Size
: 2.2mb
Publisher
:
chjyxy
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.