Welcome![Sign In][Sign Up]
Location:
Search - keil rtos a

Search list

[Other resourcexltExlt2

Description: 这个例子如果运行,将在仿真的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 -
Platform: | Size: 5956 | Author: 邢兰停 | Hits:

[Other resourcecat24wc02LED

Description: 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Platform: | Size: 12069 | Author: 李强 | Hits:

[Other resourceSmallRTOS51clock

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有6个警告,可以忽略. (3)除与pcf8563相关的跳线和蜂鸣器的跳线外,DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation device to achieve a clock source. It can be used k1 k4-time adjustments, the use of a serial set alarm time. As just one example, not products, some of the details not perfect. End adjustment time as the first time the show is wrong (due to shared TimeData lead); not using serial eeprom storage alarm over time; Alarm delete code compiled. However, the procedure can be used, the reader is free to perfect it. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Platform: | Size: 15246 | Author: 李强 | Hits:

[Other resourceSmallRTOS51key

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上编写的一个键盘驱动例子。在DP-51下载仿真实验仪上运行本程序后,有两个发光二极管每秒闪动一次。当按下某个按键时,LED数码显示器会显示相应的键值。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation experiments on the preparation of the instrument a keyboard-driven cases son. The DP-51 download simulation NG run this procedure, there are two LEDs flashing once per second. When pressed a button, the LED digital display shows the corresponding keys. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Platform: | Size: 9476 | Author: 李强 | Hits:

[SCM生产线计数控制

Description: 利用SMALL RTOS51做的一个项目,全部齐,用KEIL 7.07可马上编译-use SMALL RTOS51 do a project, all of chai, can be used immediately KEIL compiler 7.07
Platform: | Size: 456704 | Author: 龚树强 | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的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-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[ARM-PowerPC-ColdFire-MIPScat24wc02LED

Description: 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp. You can Project-
Platform: | Size: 12288 | Author: 李强 | Hits:

[ARM-PowerPC-ColdFire-MIPSSmallRTOS51clock

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有6个警告,可以忽略. (3)除与pcf8563相关的跳线和蜂鸣器的跳线外,DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation device to achieve a clock source. It can be used k1 k4-time adjustments, the use of a serial set alarm time. As just one example, not products, some of the details not perfect. End adjustment time as the first time the show is wrong (due to shared TimeData lead); not using serial eeprom storage alarm over time; Alarm delete code compiled. However, the procedure can be used, the reader is free to perfect it. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp. You can Project-
Platform: | Size: 15360 | Author: 李强 | Hits:

[ARM-PowerPC-ColdFire-MIPSSmallRTOS51key

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上编写的一个键盘驱动例子。在DP-51下载仿真实验仪上运行本程序后,有两个发光二极管每秒闪动一次。当按下某个按键时,LED数码显示器会显示相应的键值。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation experiments on the preparation of the instrument a keyboard-driven cases son. The DP-51 download simulation NG run this procedure, there are two LEDs flashing once per second. When pressed a button, the LED digital display shows the corresponding keys. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp. You can Project-
Platform: | Size: 9216 | Author: 李强 | Hits:

[Other Embeded programEOS_XC167CI_KeilC166

Description: 嵌入式操作系统EOS(Embedded OperatingSystem)是一种用途广泛的系统软件,它主要应用于工业控制和国防系统领域。EOS负责嵌人系统的全部软、硬件资源的分配、调度工作,控制协调并发活动;它必须体现其所在系统的特征,能够通过装卸某些模块来达到系统所要求的功能。本示例给出了EOS在InfineonXC167CI处理器上面的实现示例。-Embedded Operating System EOS (Embedded OperatingSystem) is a widely used system software, it is mainly used in industrial control and defense systems. EOS is responsible for all the embedded systems software and hardware resource allocation, scheduling work, control the coordination of concurrent activities it must embody the characteristics of their systems, able to handling systems of certain modules to achieve the required functions. This example is given EOS in InfineonXC167CI processors realize the above example.
Platform: | Size: 149504 | Author: 余宾客 | Hits:

[SCMfc

Description: 用51单片机做的简单频率计,KEIL C环境,带工程文件,可直接编译运行.主要演示如何在内存很少,无法启用RTOS的单片机(例如2051)中使用状态机和时间片来完成实时多任务并行处理.例子中对键盘,信号采集和LED数码管的显示三部分进行了并行处理,而采用的单片机是仅有256字节内存2K ROM的89C2051.-51 Singlechip to do with a simple frequency meter, KEIL C environment, with project file can be directly compiled to run. The main demonstration of how little memory, can not be enabled MCU RTOS (eg 2051) the use of state machine and the time slice to complete the real-time multi-task parallel processing. examples of the keyboard, signal acquisition and digital tube LED display of the three parts of a parallel processing, which is only used in single-chip 256-byte of the 2K ROM memory 89C2051.
Platform: | Size: 21504 | Author: rainyss | Hits:

[SCMKeilRtos51

Description: Keil单片机软件开发平台下的一个51系列单片机工程,本工程使用Keil所带的RTOS,程序包含串口驱动,液晶驱动,串行E2存贮器驱动,键盘驱动。是一个完整的工程文件。-Singlechip Keil software development platform, a 51 series single-chip project, the project brought about by the use of Keil s RTOS, the procedures contained in the serial driver, LCD driver, serial E2 memory drive, keyboard-driven. Is a complete project file.
Platform: | Size: 322560 | Author: liubaogui | Hits:

[SCMEdnrtos

Description: 8051单片机嵌入式操作系统small rtos编程及仿真,共5个主题基本包括了SmallRTOS的基本用法,文件包括电路图、完整的Keil工程源码。绝对原创,更多内容看我的博客:http://www.ednchina.com/Blog/crossmind/-8051 embedded operating system small rtos programming and simulation, a total of five basic themes include SmallRTOS the basic usage of the document includes schematics, complete source Keil works. Absolutely original, more watch my blog: http://www.ednchina.com/Blog/crossmind/
Platform: | Size: 1277952 | Author: 田学军 | Hits:

[ARM-PowerPC-ColdFire-MIPSRTOS

Description: This a sample of Keil RV RTOS being used in a LPC2378 own made plataform. Simple to understand.-This is a sample of Keil RV RTOS being used in a LPC2378 own made plataform. Simple to understand.
Platform: | Size: 112640 | Author: fanl | Hits:

[Embeded-SCM Developrlarm

Description: Keil MDK RL-ARM 实时库用户指南 中文版 包括以下内容 RL-RTX 描述了RL-ARM实时操作系统的结构,包括任务优先级、上下文切换、单个CPU下如何管理多个任务以及在RL-RTX中用到的其他一些 RTOS特性。 RL-FlashFS 描述了 RL-ARM中Flash文件系统的结构,包括文件创建、保存、读取以及在标准的flash,RAM或是存储卡设备中修改文件。 RL-TCPnet 描述了RL-ARM中TCP/IP协议栈组的结构,包括多种TCP/IP特性,以及帮助你创建可以联网的嵌入式运用程序。 RL-CAN 描述了RL-ARM中CAN设备的结构,包括如何采用RTX内核建立CAN运用程序。 Example Programs 列举了一些RL-ARM例程以及描述如何对其进行测试。 Library Reference 描述了在 RL-ARM所有的库程序。 Appendix 包含 µ Vision® 调试对话框,以及术语表。 -The RL-ARM™ User s Guide contains detailed information about the components of the RealView® Real-Time Library (RL-ARM). This manual contains the following chapters. RL-RTX describes the operating system (RTOS) component of RL-ARM. It describes task priorities, context switching, how to manage several jobs (tasks) on a single CPU, and the other RTOS features available in RL-RTX. RL-FlashFS describes the Flash File System component of RL-ARM. It describes how to create, save, read, and modify files stored on standard flash, RAM, or memory card devices. RL-TCPnet describes the TCP/IP Protocol Stack Suite component of RL-ARM. It describes the various TCP/IP features, and helps you create embedded applications that can connect to the internet. RL-CAN describes the Controller Area Network (CAN) driver component of RL-ARM. It describes how to build CAN applications using the RTX kernel. Example Programs lists a few RL-ARM example programs and describes how you can tes
Platform: | Size: 1627136 | Author: ecooly | Hits:

[ARM-PowerPC-ColdFire-MIPSP89V51

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写.-If you are running this example, will the PC emulation window, the first 1,2,3-line display some information, at random locations show ' 1 ' ~ ' 5' . Keil c51 as the default does not support the re-entry function, which re- into the function of the weight stack instead of using the simulation using the system stack, while the Small RTOS 51 not been re-stack management, and so TaskA ~ TaskE though its similar, but not combined. (2) compile-time there will be five warnings, One of them is because there is no cause to use a system function OSSendSignal, it can be ignored. The other four are prohibited between the variables covered analyze the task to be ignored. thank User John X. Liu, in this case, I used his written simulation ( dllPc51Emu.dll), the dll was originally for his transplant Ucos-ii for keil c51 examples of the preparation.
Platform: | Size: 112640 | Author: 迷茫 | Hits:

[Other Embeded programrlarm401_mcu123

Description: keil rtos arm 嵌入式单片机-keil rtos
Platform: | Size: 7774208 | Author: xiaobo | Hits:

[SCMRTX51_calculator

Description: 用Keil RTX51的RTOS做了一个计算器,Keil 开发环境,带Proteus仿真电路-The RTOS to do with Keil RTX51 a calculator, Keil development environment, with Proteus simulation circuit
Platform: | Size: 344064 | Author: 李达 | Hits:

[Embeded-SCM Developrtos201006

Description: here is code with 8051as a RTOS. compiled on keil compiler
Platform: | Size: 300032 | Author: ashu | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32F4_KeilMDK_LCD_GUI_3scrn_emWIN

Description: This a LCD GUI project I did to demo the STM32F407 with a 2.4LCD w/ Resistive touch using STMPE811 I2C touch controller. This uses a RTOS thread run every 1mS using Keil RTX. I have it loading 3 screens one launches another and allows you back to the original. The two mode screens have sliders. I used the Keil MCBSTM32F400 pcb but any could be used if you change the BSP to match yours.-This is a LCD GUI project I did to demo the STM32F407 with a 2.4LCD w/ Resistive touch using STMPE811 I2C touch controller. This uses a RTOS thread run every 1mS using Keil RTX. I have it loading 3 screens one launches another and allows you back to the original. The two mode screens have sliders. I used the Keil MCBSTM32F400 pcb but any could be used if you change the BSP to match yours.
Platform: | Size: 7276544 | Author: embedder | Hits:
« 12 »

CodeBus www.codebus.net