搜索资源列表
mutiADdisplay
- 基于UCOS操作系统的多任务实时数据采集 4路AD转换任务,LCD显示任务-based on the multi-task operating system real-time data acquisition four AD conversion tasks, tasks LCD Display
ucOS-II-AD
- ucOS-ii应用实例:基于ARM与ucOS-II的多通道仪表数据采集系统。采用多任务编程方法,每个任务监视一路AD转换,并将转换结果在液晶屏上用一个条形图显示。-ucOS-ii application examples : Based on the ARM and ucOS-II of the multi-channel Instrument Data Acquisition System. Multi-task programming method, each task surveillan
Doc1
- ucos-ii中任务控制块tcb数据结构和创建 -ucos-ii in the task control block data structure and the creation of tcb
USART
- 在万利199元开发板上实现了uCOS-II移植到STM32的操作,建立了LED闪烁任务以及USART1向计算机发送数据的任务。-Manley 199 yuan in the development board implements the STM32 uCOS-II ported to the operation, the establishment of the task and the LED flashes USART1 send data to the computer task.
Stm32_ucos_4
- 该程序使用消息邮箱,在内存空间开辟了一片区域,供4个任务共享读写。1个任务在写内存时,其它任务不能读写。多个任务可以同时读该内存区域数据。-This program uses the message mailboxes, the memory space to open up a regional, shared reading and writing for the four tasks. A task to write the memory and other tasks can not r
usb-cheak-task
- 该项目的硬件环境是以LPC2148为核心芯片,软件开发环境是IAR,在此实现了主控对usb数据的读与写。-The hardware environment of the project is based on the the LPC2148 core chip, software development environment IAR, this master usb data read and write.
MCS51_uCOC_II
- 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。 4。修改中断处理流程,以便严密监视中断
zhong-duan-
- 消息邮箱与采样任务进行通信,采样过程由按键启动,采样数据保存在全局数组中。-E-mail messages to communicate with the sampling task, the sampling process is initiated by the key, the sampled data is stored in a global array.
ucos-project-ii-stm32c8t6
- stm32单片机-F103C8T6上实现了多任务的切换的ucos任务,实现了3路的串口数据的通信,串口数据接收的灵敏度比较高,其中一个串口通信是基于modbus协议,同时可以进行CAN的通信,需要的朋友可以根据自己的需要进行修改。-implemented on a single chip-F103C8T6 stm32 ucos task switching multitasking achieve three-way serial communication data, serial data
NETCONN_UDP
- 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立UDP连接,同样UDP也是以一个任务的方式来运行的,当UDP连接建立成功以后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据。-The experiment will achieve the following functions: Use UCOS o
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 注意:使