-
一本讲uC/OS的很好的书,内容包括系统的安装、任务、实时系统、内核、中断、任务间通讯等。...
一本讲uC/OS的很好的书,内容包括系统的安装、任务、实时系统、内核、中断、任务间通讯等。-This is the Chinese translation of the book on uC/OSII, contents include installation of system, task, real-time system, kernel, interrupt, communication among tasks etc..
- 2022-02-09 23:51:27下载
- 积分: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
-
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
-
移植文件针对中断处理部分作了处理,支持中断嵌套!(重新编译若出现错误,请删掉原编译的文件,后重新编译或者删掉工程文件后,重新利用源码文件建立新工程文件即可!)...
移植文件针对中断处理部分作了处理,支持中断嵌套!(重新编译若出现错误,请删掉原编译的文件,后重新编译或者删掉工程文件后,重新利用源码文件建立新工程文件即可!)-portable document against interrupt handling of processed, nested interrupt support! (Recompiled if there is a mistake, please delete the original translation of documents, after recompile or deleted engineering documents, re-use source documents to establish a new project document can be!)
- 2022-02-07 08:11:27下载
- 积分:1
-
uCOS-II
ucos系统移植所需要的的齐全安装包,初学者用,附有教程(system transplantation about ucos)
- 2013-07-23 21:54:04下载
- 积分:1
-
LEDDISP
lpc21xx(飞利浦的ARM)目标板特殊的代码,包括异常处理程序和目标板初始化程序
每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件。(lpc21xx (Philips ARM) target board specific code, including exception handling procedures and target board initialization procedure for each project should have a copy of this document, the user according to the procedures of the need to modify the present document.)
- 2010-01-21 10:00:29下载
- 积分:1
-
STM32F407_uCOS-III lwip(20160827)
主要实现功能:
1 tcp server并发(主要涉及文件app_lwip.c、app_tcp_server.c)
2 网线热插拔(主要涉及文件app_lwip.c、app_tcp_server.c)
3 不重启修改ip地址(主要涉及文件app_lwip.c、app_tcp_server.c、app_key.c(按键修改ip地址))
4 将lwip的数据接收从中断方式改成单独的接收任务方式(主要涉及文件app_lwip.c)
5 usb串口信息打印(115200波特率)
6 注意:使用的stm32的HAL库而不是标准库(The main functions are:
1 TCP server concurrency (mainly related to file app_lwip.c, app_tcp_server.c)
Hot plugging of 2 network lines (mainly related to documents app_lwip.c, app_tcp_server.c)
3 do not reset the IP address (mainly related to file app_lwip.c, app_tcp_server.c, app_key.c (key modify IP address))
4 change the data reception of LwIP from the interrupt mode to the individual receiving task (mainly involving the file app_lwip.c)
5 USB serial port information printing (115200 baud rate)
6 note: the HAL Library of the STM32 used instead of the standard library)
- 2020-08-13 16:28:27下载
- 积分:1
-
ucos 在arm上的移植代码,支持s3c2410处理器
ucos 在arm上的移植代码,支持s3c2410处理器-ucos transplantation in the arm on the code
- 2022-08-15 14:29:43下载
- 积分:1
-
ucgui源码3.32,一个比较新的版本。
ucgui源码3.32,一个比较新的版本。-Source code of uC-GUI version 3.32. This is a somewhat newer one.
- 2022-06-15 17:54:50下载
- 积分:1
-
Fiberxon UP
博创UP-NETARM2410-S实验箱源码:Exp1 ARM串口实验-Fiberxon UP-NETARM2410-S experimental box source: Exp1 ARM Serial Experiments
- 2023-01-22 15:30:03下载
- 积分:1