-
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 的网络实现部份-with some of the network
- 2023-04-19 00:30:04下载
- 积分:1
-
ucos操作系统的LPC2131调试通过的SPI显示
ucos操作系统的LPC2131调试通过的SPI显示-uCOS LPC2131 debugging the operating system through the SPI showed
- 2022-03-24 00:26:33下载
- 积分:1
-
GPRS uC/GUI实现主文档…串口发送地图到手臂,液晶显示地图页。
gprs uc/gui 实现的main文件...串口发送地图到ARM,LCD 显示地图程序,调试通过-gprs uc/gui realized main document ... serial send map to ARM, LCD display map procedures, debugging through
- 2022-06-03 01:48:21下载
- 积分:1
-
Micrium_ZC702_OS3
Micrium_ZC702 OS2 CAN No Src
- 2018-01-03 22:32:32下载
- 积分:1
-
在ucos
在ucos-ii下实现lwip协议栈,用于网络应用。-In ucos-ii under lwIP protocol stack for network applications.
- 2023-06-17 18:40:03下载
- 积分:1
-
单
可以在ARM嵌入式单片机上运行的uCOS源程序,可以用于移植。-Single-chip ARM embedded in running uCOS source, can be used for transplantation.
- 2022-03-07 20:08:05下载
- 积分:1
-
ucgui vector font support package can be the same as the windows of the truetype...
ucgui的矢量字库支持包,可以象windows一样使用truetype的字库了-ucgui vector font support package can be the same as the windows of the truetype font to use the
- 2022-06-14 23:33:33下载
- 积分:1
-
DM9000 ARM的UCOS
DM9000 ARM的UCOS-II 驱动程序。-DM9000 ARM UCOS-II driver.
- 2022-02-06 18:13:09下载
- 积分:1
-
ucOS下串口实验程序.可以了解串口在ucOS下的工作方式
ucOS下串口实验程序.可以了解串口在ucOS下的工作方式-ucOS experimental procedure. Serial can understand the ucOS under way
- 2022-09-02 11:45:03下载
- 积分:1