Location:
Search - RTX-51 FULL
Search list
Description: 就像在嵌入系统中使用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上。
Platform: |
Size: 91045 |
Author: gtt |
Hits:
Description: 嵌入系统中使用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上。
Platform: |
Size: 87185 |
Author: joyhee@sohu.com |
Hits:
Description: KEIL51的的实时操作系统,帮助国内开发人员进行设计。-KEIL51 of real-time operating systems, and help domestic developers for the design.
Platform: |
Size: 427008 |
Author: jsb |
Hits:
Description: 51上运行的实时操作系统,该文档对其进行详细的介绍,还提供了许多例子!对于想在51上实现简单的多任务系统,不需要自己嵌入,因为keil工具中已经有了内核-51 running real-time operating systems, the documentation for its detailed descriptions, it also provided many examples! For the 51 to achieve a simple multi-tasking system, not embedded themselves, because Keil tools have kernel
Platform: |
Size: 203776 |
Author: 陈亮 |
Hits:
Description: 详细介绍51单片机操作系统,包括keilc编译环境的库函数以及其功能,还有如何调用这些函数。-detailed 51 microcontroller operating systems, including keilc build environment of the library function and its function. Besides calling these functions.
Platform: |
Size: 203776 |
Author: 朱刚强 |
Hits:
Description: 单片机测量相位和频率的程序,使用了RTX51 TINY操作系统-Single-chip measurement of phase and frequency of procedures, the use of the operating system RTX51 TINY
Platform: |
Size: 61440 |
Author: huangyucheng |
Hits:
Description: RTX-51 Real-Time(汉).pdf-RTX-51 Real-Time (Han). Pdf
Platform: |
Size: 1212416 |
Author: 潘攀 |
Hits:
Description: Keil Rtx51 Tiny 多任务操作系统源码及说明-Keil Rtx51 Tiny multi-tasking operating system source code and description
Platform: |
Size: 209920 |
Author: dxy |
Hits:
Description: 就像在嵌入系统中使用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
Platform: |
Size: 91136 |
Author: gtt |
Hits:
Description: /*** *** *** *** *** *** *** *** *** *** *** *** ****/
/* */
/* 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. */
/****************************************************************************/
Platform: |
Size: 4096 |
Author: lolapp |
Hits:
Description: keil c51 只提供免费的rtx51 tiny版,full rtx51是不免费的,我也是网上找到的,方便共享!-the full rtx51
Platform: |
Size: 1440768 |
Author: 李伟清 |
Hits: