-
UCOSII工程模板
ucos基本模板,比较适合初学者使用,省去了搭建和移植的过程。希望能给大家提供帮助。(OSTaskCreate((OS_TCB *)&AppTaskStartTCB, /* Create the start task */
(CPU_CHAR *)"App Task Start",
(OS_TASK_PTR )AppTaskStart,
(void *)0,
(OS_PRIO )APP_CFG_TASK_START_PRIO,
(CPU_STK *)&AppTaskStartStk[0],
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE / 10,
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE,
(OS_MSG_QTY )0,
(OS_TICK )0,
(void *)0,
(OS_OPT )(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(OS_ERR *)&err);)
- 2018-03-29 21:31:38下载
- 积分:1
-
ucos
uCOS-II 操作源码, 可以简单修改其中的部分就可以把他uCOS-II移植到你自己的硬件系统中。-uCOS-II operation source, you can simply modify one part of him will be able to uCOS-II transplanted to your own hardware system.
- 2022-09-26 06:55:03下载
- 积分:1
-
嵌入式操作系统程序
嵌入式操作系统程序-Embedded operating system procedures
- 2022-01-26 02:08:09下载
- 积分:1
-
基于LPC2478硬件平台的IAP和远程WEB应用。
系统共分为三个部分,BOOT区,LOW区和HIGH区。可通过WEB实现对芯片的远程IAP在线升级....
基于LPC2478硬件平台的IAP和远程WEB应用。
系统共分为三个部分,BOOT区,LOW区和HIGH区。可通过WEB实现对芯片的远程IAP在线升级.-LPC2478 hardware platform based on the IAP and remote WEB application. System is divided into three parts, BOOT District, LOW and HIGH District area. WEB achieved through long-range chip upgrade IAP online.
- 2023-04-25 03:45:03下载
- 积分:1
-
wrote priority issues. Operating restrictions : a) write
写者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许;写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-wrote priority issues. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Reading-Reading allowed; Write priority of the additional restrictions : If an application for readers read operation has already been written in another waiting for access to a shared resource, the reader must wait until the person was not waiting for the after the state can begin to read operation.
- 2022-05-21 18:53:26下载
- 积分:1
-
基于三星44B0芯片的移植操作系统,供参考学习
基于三星44B0芯片的移植操作系统,供参考学习-44B0-based Samsung chip transplant system for reference learning
- 2022-06-18 12:33:30下载
- 积分:1
-
This is what I wrote an article entitled " COS
这是我写的一篇文章《μCOS-II在AT91M55800A上的移植》,即将在《电子产品世界》上发表。-This is what I wrote an article entitled " COS-II in the AT91M55800A transplantation," the upcoming "Electronic Products World" in 1998.
- 2023-07-18 13:50:03下载
- 积分:1
-
周立功公司的做的一个协议栈,非常好大家看看吧
周立功公司的做的一个协议栈,非常好大家看看吧-weeks meritorious companies do a protocol stack, we see a very good it
- 2022-12-21 23:55:03下载
- 积分:1
-
ucos 2.86 版本 官方网站下载的
加上for ARM的移植代码,
用的朋友可以看看!
ucos 2.86 版本 官方网站下载的
加上for ARM的移植代码,
用的朋友可以看看!-ucos 2.86 version of the official website of the graft plus for ARM code, with friends can see!
- 2022-06-22 04:17:48下载
- 积分:1
-
uc/os in the use of the I2C expansion serial ARM7
uc/os中利用ARM7的I2C扩展串口-uc/os in the use of the I2C expansion serial ARM7
- 2022-08-14 01:50:06下载
- 积分:1