-
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
-
Based on the uCOS mega128 reference source, the compiler has passed, only to lea...
基于mega128的ucos参考源码,编译已通过,仅供学习-Based on the uCOS mega128 reference source, the compiler has passed, only to learn
- 2022-01-24 17:45:17下载
- 积分:1
-
UCOSCII
说明: 1、UCOS-II在STM32中的移植
2、ucos-ii中文书(邵贝贝) .rar
3、STM32F103在UCOSCII上的应用(1, UCOS-II in the transplant STM32 2, ucos-ii Chinese books (Shao Beibei). Rar 3, STM32F103 the application in the UCOSCII)
- 2011-03-03 09:44:32下载
- 积分:1
-
KEIL环境下的ARM程序,基于LPC214x平台。GPIO设置。
KEIL环境下的ARM程序,基于LPC214x平台。GPIO设置。-KEIL environment of the ARM program, based on LPC214x platform. GPIO settings.
- 2022-10-25 20:25:03下载
- 积分: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
-
ucos-stc-516
说明: ucos ii 移植stc 516系列单片机
内容很全 很详细 (ucos ii transplantation stc 516 Series MCU
They are very very detailed)
- 2011-04-04 10:33:54下载
- 积分:1
-
ucos
uCOS-II在S3C2410上的整套移植代码.用ADS1.2编译工程,已测试可以正常工作.内附详细操作步奏.-uCOS-II in S3C2410 transplant code on the package. ADS1.2 compiler works with, have been tested to work properly. containing detailed step-by-step operation played.
- 2023-06-22 18:20:02下载
- 积分:1
-
Done in 2007 with the LPC2138 Electronic Design Contest source, based on ucos 10...
用LPC2138做的07年电子设计大赛源码,基于ucos的1024点FFT。-Done in 2007 with the LPC2138 Electronic Design Contest source, based on ucos 1024-point FFT.
- 2022-05-09 03:36:18下载
- 积分:1
-
单
可以在ARM嵌入式单片机上运行的uCOS源程序,可以用于移植。-Single-chip ARM embedded in running uCOS source, can be used for transplantation.
- 2022-03-07 20:08:05下载
- 积分:1
-
一个可以安装在PC机上的uCOS_II,包括源代码和已编译过的可执行文件...
一个可以安装在PC机上的uCOS_II,包括源代码和已编译过的可执行文件-one can be installed in the PC uCOS_II, including source code and compiled executable file off
- 2022-01-25 19:15:04下载
- 积分:1