-
参考网上的提供的代码,我把uCosII移植到MSP430f149上,分三个任务,分别是485通讯,键盘扫描,LED显示,可供参考!...
参考网上的提供的代码,我把uCosII移植到MSP430f149上,分三个任务,分别是485通讯,键盘扫描,LED显示,可供参考!- Refers to code which on-line provides, I transplant uCosII to MSP430f149 on, divides three duties, respectively is 485 communications, scanning, LED demonstrated-The provision of online reference code, I uCosII transplanted to MSP430F149, the mission is divided into three, namely, 485 communications, the keyboard scanning, LED display is available for reference!- Refers to code which on-line provides, I transplant uCosII to MSP430f149 on, divides three duties, respectively is 485 communications, scanning, LED demonstrated
- 2023-01-22 21:35:03下载
- 积分:1
-
工作中正在用的, uCOS 的移植,本来有8个文件,我合并成4个
工作中正在用的, uCOS 的移植,本来有8个文件,我合并成4个-work is being used, for uCOS transplant had an eight papers, I merged into four, and
- 2022-01-26 02:55:24下载
- 积分:1
-
52arm_ucos_ii_new.最新版本UCOSII程序
52arm_ucos_ii_new.最新版本UCOSII程序-52arm_ucos_ii_new. The latest version UCOSII procedures
- 2022-08-11 22:00:07下载
- 积分:1
-
带有详细文档的正式发布版本的ucos2.83。
带有详细文档的正式发布版本的ucos2.83。-detailed documentation with the formal release of ucos2.83.
- 2022-02-02 14:59:21下载
- 积分:1
-
ucosii在codefire系列的5222x上的移植,包括串口,定时器I/O的初始化程序等...
ucosii在codefire系列的5222x上的移植,包括串口,定时器I/O的初始化程序等-ucosii in the 5222x series codefire the transplant, including the serial, timer I/O initialization procedures
- 2022-01-28 22:10:56下载
- 积分:1
-
综合实验源代码-计算器
综合实验源代码-计算器-comprehensive experiment source code-Calculator
- 2022-02-22 03:20:50下载
- 积分:1
-
UCGUI 的一些原代码和演示例子。 就的可以的话发表你的评论
UCGUI 的一些原代码和演示例子。 就的可以的话发表你的评论-UCGUI some of the original code and demo examples. It could then express your comments
- 2022-04-29 13:56: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
-
Source-lwiptranslatenoteucosII-JHB
焦海波的lwip在ucosII的移植笔记及其源码,源码软件环境为:ADS 1.2,LWIP1.1.1,ucos2.76。硬件环境为ARM7-AT91SAM7X256,PHY为RTL8201BL。移植笔记的源码不好找,特此上传。(Jiao Haibo- the transplant notes of The lwip in ucosII. It s notes source. Software environment: ADS 1.2, LWIP1.1.1 ucos2.76. Hardware environment: ARM7-The AT91SAM7X256, the PHY is put the RTL8201BL. The source of Transplantation notes is hard to find, so upload here.)
- 2012-07-03 08:34:48下载
- 积分:1
-
uC/OS
网友翻译的uC/OS-II的源代码注释,非常清楚,几乎每行都有注释,还有源代码。-uC/OS-II
- 2022-04-09 14:05:11下载
- 积分:1