Location:
Search - 23 ucos
Search list
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:
Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变.
感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写.
(2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.
-this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp, you could Project -
Platform: |
Size: 5264 |
Author: 邢兰停 |
Hits:
Description: 多种Arm7/9单片机的 的嵌入式系统UCOS代码,具有RS232串口,TCP/IP网络,TFTP,
USB接口代码,非常完整-variety of Arm7/9 MCU embedded systems UCOS code, with RS232 serial port, TCP/IP network, TFTP, USB interface code, a very complete
Platform: |
Size: 649216 |
Author: |
Hits:
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:
Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变.
感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写.
(2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.
-this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp, you could Project-
Platform: |
Size: 5120 |
Author: 邢兰停 |
Hits:
Description: tcp/ip ucos123445565
Platform: |
Size: 17408 |
Author: |
Hits:
Description: 经我裁减过的官方LPC23XX的UCOS移植,去过了大部分的应用代码,大家直接在工程中添加任务即可,很方便的,编译环境Keil MDK。
Platform: |
Size: 272384 |
Author: 胡国平 |
Hits:
Description: 刚刚从官网下的LPC23XX,LPC24XX的UCOS-Just from the official website of LPC23XX, LPC24XX the uCOS
Platform: |
Size: 2658304 |
Author: didi |
Hits:
Description: LPC2300 ucos 使用的专用工程模板。不错-LPC2300 ucos exclusive use of project templates. Yes
Platform: |
Size: 328704 |
Author: |
Hits:
Description: 周立功 《μCOS-II微小内核分析与程序设计-基于LPC2300》配套例程源码-ZHOU Li-gong
Platform: |
Size: 2102272 |
Author: wjl |
Hits:
Description: 基于lpc2378的电脑打铃ucos代码-Based on the lpc2378 uCOS bell computer code
Platform: |
Size: 200704 |
Author: Julian |
Hits:
Description: UCOS下的usb及串口通讯代码
UCOS下的usb及串口通讯代码-UCOS under usb and serial port communication code under uCOS usb and serial port communication code
Platform: |
Size: 1539072 |
Author: velen |
Hits:
Description: ucos移植到LPC2368的源码, 学习的好东西啊-uCOS LPC2368 transplanted to the source, learn the good things ah
Platform: |
Size: 122880 |
Author: gannese |
Hits:
Description: Keil平台,LPC236X系列ARM处理器 UCOSII操作系统下的一个图形用户界面(GUI)程序,使用这个GUI会很方便开发出复杂的工程菜单。-Keil platform, LPC236X series ARM processor UCOSII operating system, a graphical user interface (GUI), the use of this GUI will be very easy to develop complex engineering menu.
Platform: |
Size: 1013760 |
Author: liubaogui |
Hits:
Description: 《μCOS-II微小内核分析与程序设计-基于LPC2300》配套例程第三章 uCOS-II程序设计实例- ΜCOS-II micro-kernel analysis and program design- based on the LPC2300 matching routines uCOS-II Chapter III program design examples
Platform: |
Size: 1849344 |
Author: tata1982 |
Hits:
Description: 《μCOS-II微小内核分析与程序设计-基于LPC2300》配套例程
第四章 电脑自动打铃器设计与实现- ΜCOS-II micro-kernel analysis and program design- based on the LPC2300 matching routines in Chapter IV to fight a Computer automated design and implementation of bell
Platform: |
Size: 202752 |
Author: tata1982 |
Hits:
Description: lpc2368-keil环境下的ucos的移植例程-lpc2368-keil environment uCOS transplant routine
Platform: |
Size: 215040 |
Author: Jnny_CN |
Hits:
Description: Micrium公司的基于UCOS II的源代码,开板板为英蓓特的2300或者KEIL公司的MCB23-Micrium
Platform: |
Size: 2658304 |
Author: 王满仓 |
Hits:
Description: KEIL 下的UCOSII移植,里面有LED的点灯,点灯是需要按一下按LED灯亮一下,还有串口,不过波特率不准,只实现接收进入中断,其实就是完成了中断进入、信号量创建,对初学者十分有用。此例子用的是KEIL公司的MCB2300开发板,和英蓓特的LPC2300一样,原理图可以在KEIL公司官网上下到。-KEIL under UCOSII transplantation, there are LED
Platform: |
Size: 466944 |
Author: 王满仓 |
Hits:
Description: uCOS II STM3210B-LK1 开发环境为 keil RVMDK 3.23,其他网站上下载到的-uCOS II STM3210B-LK1 development environment for the keil RVMDK 3.23, download to the other sites
Platform: |
Size: 2240512 |
Author: 张明利 |
Hits: