搜索资源列表
Stm32_ucos 在STM32上编写多任务实时操作系统
- 在STM32上编写多任务实时操作系统,同时运行6个任务,通过发送和接收信号量机制,解决哲学家就餐问题,通过板上按键代表哲学家的就餐请求,板上LED灯表示就餐成功或者未果,同时在晶体数码管上显示就餐申请时间。-STM32 to write multi-task in real-time operating system, run six tasks by sending and receiving semaphore mechanism to solve the dining philosophe
uCOS
- UCOS工程,采用keil开发工具开发,程序中基于stm32v100处理器. 在uC/OS-II中建立3个任务Taskled、Tasktep、Taskadc和三个中断。 Taskled初始化时,LED 依次点亮,当按下 Key 键时产生中断。 中断服务子程序内容:灯全部熄灭,2 秒钟后发光二极管全部点亮,再过 1 秒钟后中断返回。 Tasktep用来实时检测温度传感器u4的温度。STM32通过IIC接口获取温度传感器的温度。 Task
2G_Board
- 一个stm32的板子,有插针可以实现一些基本的STM32功能,有2个按键,小灯,板子是自己做的。-Stm32 of a board, the pins can achieve some of the STM32 features, there are two keys, a small lamp, the board is done.
lcduart
- 是在stm32开发板上移植了uC/OS实时操作系统,在上面能够进行多任务编程,本设计完成点亮led灯和串口通讯,lcd显示,按键扫描-Is on the stm32 development board transplant real-time operating system uC/OS, capable of multitasking programming on it, the design complete lit led lights and serial port communicat
stm32-ucos-ii-v2.86-KEY-interrupt
- stm32 ucos ii v2.86 (3.5的库) 做的一个按键中断可用。-stm32 ucos ii v2.86 something about EXTI(key).
UCGUI398UCOS2K
- UCGUI,按键连加连减方法,一个机械工程,GUI的按键是不支持连加或连减的(长按功能),STM32+GUI+UCOS,GUI画面在interface.c-UCGUI ,STM32+GUI+UCOS,GUI,interface.c,
STM32PUCOSPLEDMUTILOS
- 本人在STM32上移植的uCOS,可在开发板上多任务运行,并添加了按键的中断,程序里面对UCOS运行过程和任务切换有详细注释。-I transplanted the STM32 uCOS, can run multiple tasks on the development board, and added key interrupt, the program which runs on the UCOS process and task switching detailed notes.
stm32_ucos2_led
- stm32+ucos2 系统任务创建与调度 lcd显示 按键检索-stm32+ucos2 system tasks create and control lcd drivers keyboard retri
bishe1.012
- 将μC/OS III与STemWin移植到基于Cortex-M4的STM32 F407开发板平台上,选择合适的触摸屏,编写触摸屏应用程序,实现触摸按键来确定菜品金额,将金额、菜品、图片等信息进行存储,通过在屏幕上选择菜品,点击(触摸)屏幕上的菜品图片,就可以进入该菜品的购买界面,通过结合一定的硬件,称重,就可以得到价格,最后计算出所有选购菜品的总额。(The C/OS III and STemWin F407 development board based on STM32 transplant
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 注意:使