-
ucOS_II-ON-STC89C516RDP
网上有很多关于ucos移植到c51的资料,但基本都没有调试文档,让很多有心去了解ucos的人走不少弯路,现在附上本人在STC89C516RD+成功运行的版本,其实主要的移植部分都没有改动,主要是说说自己的心得,另附上ucos源代码注释文档以及keil C51的详细设置文档(There are many online about the ucos transplantation information to c51, but basically no debugging document, so a lot of interest in understanding ucos take many detours, now attach I successfully run in STC89C516RD+, version, in fact, a major part of the transplant are not changed mainly talk about my own experience, attached on ucos source code comment documentation, and detailed settings document keil C51)
- 2013-04-06 17:26:06下载
- 积分:1
-
基于lpc17xx 32位单片机的 UCOS_II 的程序,keil mdk开发环境的,程序结构清晰,适合初学者学习,方便移植
基于lpc17xx 32位单片机的 UCOS_II 嵌入式实时操作系统的程序,keil mdk开发环境的,程序结构清晰,适合初学者学习,方便移植
- 2023-01-22 23:05:04下载
- 积分:1
-
ucOS-II入门教程(任哲)
ucOS-II入门教程(任哲),适合ucos初学者(UcOS-II introductory tutorial)
- 2018-03-28 10:20:18下载
- 积分:1
-
基于ucos和lwip实现网口和串口的模块实现,包括了软件架构和编程思路...
基于ucos和lwip实现网口和串口的模块实现,包括了软件架构和编程思路-LwIP uCOS and based on the realization of network and serial port of the module, including the software architecture and programming ideas
- 2022-07-07 09:06:27下载
- 积分: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
-
began studying for the embedded software, the company used phlip LPc series chip...
对于该开始学习嵌入式软件的人,采用phlip公司LPc系列芯片的人大有帮助。主要是完成的开发模板-began studying for the embedded software, the company used phlip LPc series chips NPC help. Main completed the development of a template
- 2023-08-23 01:35:06下载
- 积分:1
-
ucossoft
uCOSII的完整源代码,可直接移植进工程,建议结合本人上传的解析PPT加以理解(uCOSII complete source code can be directly transplanted into the project, the proposed combination I upload them to understand the analytical PPT)
- 2014-07-22 00:26:22下载
- 积分:1
-
open source code Micrium mucosii_2.83
开源系统源码Micrium mucosii_2.83-open source code Micrium mucosii_2.83
- 2022-01-28 05:20:57下载
- 积分:1
-
SD卡驱动程序。周立功单片机公司开发板提供的标准例程。
SD卡驱动程序。周立功单片机公司开发板提供的标准例程。-SD card driver. Week Ligong Singlechip company to provide a standard development board routines.
- 2022-02-21 22:30:40下载
- 积分:1
-
lpc2300 development routines SD Example Technical Note
lpc2300 技术笔记开发例程 SD Example-lpc2300 development routines SD Example Technical Note
- 2022-07-12 23:57:25下载
- 积分:1