-
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
-
S3C2410AD procedures for this process is the development of plate I,
此程序为S3C2410AD程序,是我开发板上的,-S3C2410AD procedures for this process is the development of plate I,
- 2023-02-19 22:05:03下载
- 积分:1
-
ucos2.76 for LPC2129
ucos2.76 for LPC2129
- 2022-01-21 01:57:33下载
- 积分:1
-
这简短的共同作用在ucos系统。基本用户有效…
This the brief for the common function in uCOS system. Valid for elementary user.
- 2022-02-05 03:54:21下载
- 积分:1
-
UCOS/2对MSP430的嵌入式代码
UCOS/2对MSP430的嵌入式代码-UCOS/2 on the MSP430 embedded code
- 2022-11-05 10:15:04下载
- 积分:1
-
atca
基于uCOSII的uTCA管理平台软件开发(The uCOSII based management platform software development uTCA)
- 2011-08-27 10:16:19下载
- 积分:1
-
不是自己开发的,好不容易找到,希望能和大家分享
不是自己开发的,好不容易找到,希望能和大家分享-than their development, she found, and we want to share
- 2023-05-24 06:45:03下载
- 积分:1
-
ucos在80x86的移植版本ucos252_x86
说明: ucos在80x86的移植版本ucos252_x86(CENTER transplantation in the 80x86 version ucos252_x86 ... )
- 2005-12-26 23:05:32下载
- 积分:1
-
ZLG-GUI
基于LM3S5749的ucosii+zlggui在320*240的液晶屏上显示的实验(The ucosii+ zlggui based LM3S5749 in 320* 240 LCD display experiments)
- 2011-07-30 17:38:35下载
- 积分:1
-
这是本人调用small rtos51的函数来仿真写的基本代码
这是本人调用small rtos51的函数来仿真写的基本代码-This is a small rtos51 I call a function to write the basic code simulation
- 2022-10-26 15:30:03下载
- 积分:1