-
实时内核UC/OS II 在Cortex
实时内核UC/OS II 在Cortex-32内核STM32上的移植,并附PDF说明文档.-Real-Time Kernel UC/OS II in the Cortex-32 core STM32 on the transplant, along with PDF documentation.
- 2022-07-07 04:40:41下载
- 积分: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
-
ucosII中文注释,有完整的中文注释,希望对有需要的人提供帮助,...
ucosII中文注释,有完整的中文注释,希望对有需要的人提供帮助,-ucosII English notes, a complete annotated by Chinese hope to those who need help, thank you
- 2022-12-20 20:30:03下载
- 积分:1
-
LM3S_uCOS2 for 485总线源代码
LM3S_uCOS2 for 485总线源代码-LM3S_uCOS2 for 485 bus source code
- 2022-07-10 17:33:45下载
- 积分: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
-
ARM_Image_for_uCOSII(2_71)_for_lpc2131
ARM_Image_for_uCOSII(2_71)_for_lpc2131
- 2009-08-23 21:43:35下载
- 积分:1
-
这是基于arm的嵌入式操作系统基础性实验ADC实验,希望对大家有所帮助...
这是基于arm的嵌入式操作系统基础性实验ADC实验,希望对大家有所帮助-This is based on the arm of the embedded operating system based on experiments ADC experiment, I hope all of you to help
- 2022-04-20 07:48:11下载
- 积分:1
-
这usbtester程序浏览主机和设备之间的通信
this the usbtester program to browse the communicatino between host and device-this is the usbtester program to browse the communicatino between host and device
- 2022-08-20 02:25:23下载
- 积分:1
-
UC/OS
UC/OS-II在ARM7上移植的源码,内容齐全,在网上被多次下载-UC/OS-II ARM7 transplant source, as complete, and the Internet being repeatedly downloaded
- 2022-07-02 02:24:41下载
- 积分: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