-
uc_os_为主的工业嵌入式控制平台包含了一系列的应用…
基于uC_OS_的工业嵌入式控制平台的研究 包含了ucos的多个应用-UC_OS_ based industrial embedded control platform contains a number of applications uCOS
- 2023-05-20 21:05:04下载
- 积分:1
-
本程序包为UCOS
本程序包为UCOS-Ⅱ在C8051F020的移植代码 是学习UCOS-Ⅱ的好资料-The package for UCOS-Ⅱ in the C8051F020 code is studying transplant UCOS-Ⅱ good information
- 2022-02-28 21:41:22下载
- 积分:1
-
ourdev_457075
cc2431无线传输的经典教程与使用方法,里面有例程,可供参考(cc2431 wireless transmission of the classic development board, there is the use of methods and lesson plans)
- 2012-06-03 12:58:24下载
- 积分:1
-
ucos在S3C2410上针对的LCD应用
ucos在S3C2410上针对的LCD应用-uCOS in S3C2410 application against the LCD
- 2023-05-02 11:15:03下载
- 积分:1
-
sourcecode
在ucos2上,做了相关修改,正对es44b0开发板(failed to translate)
- 2010-06-03 10:06:51下载
- 积分:1
-
51移植ucos
此例程运行于内RAM > 1024 Byte的51内核的单片机即可。
比 如 : SST89E564RD ,STC89C516RD 等
移植ucosii,本例程一共创建了3个任务,任务一开led1,任务二开LED2,任务3关闭led1和led2,并且运行到相应的任务,串口会打印出来,提示当前系统运行的状态。(This routine runs on a single chip computer with 51 cores of RAM > 1024 Byte.
For example, SST89E564RD, STC89C516RD and so on
For uCOSII, 3 tasks are created in this routine, the task is LED1, task two opens LED2, task 3 closes LED1 and LED2, and runs to the corresponding task, the serial port will be printed out to prompt the state of the current system running. This routine runs on a single chip computer with 51 cores of RAM > 1024 Byte.
For example, SST89E564RD, STC89C516RD and so on
For uCOSII, 3 tasks are created in this routine, the task is LED1, task two opens LED2, task 3 closes LED1 and LED2, and runs to the corresponding task, the serial port will be printed out to prompt the state of the current system running.)
- 2018-08-10 08:47:40下载
- 积分:1
-
ARM
基于ARM微处理器与uc-osii实时操作系统的嵌入式系统设计与实例开发教程-ARM-based microprocessors and uc-osii embedded real-time operating system design and development tutorial examples
- 2022-05-05 04:11:23下载
- 积分:1
-
ucos
ucos-ii for 2410 open source
- 2022-03-22 06:53:46下载
- 积分:1
-
基于uCOS-III示波器源码
说明: 基于uCOS-III+STemWin+FatFS+ARM_DSP_Lib的示波器源码。(Oscilloscope source code based on uCOS-III+STemWin+FatFS+ARM_DSP_Lib.)
- 2020-06-17 03:40:01下载
- 积分:1
-
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