搜索资源列表
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
STM32-ucos
- stm32芯片 KERIL 3.0 ucosii 功能实现: GPIO LED测试 STM32 USB部分驱动数据-stm32 chip KERIL 3.0 ucosii function realization: GPIO LED Test STM32 USB part of the driver data
STM32R100DevelopBoardSourceCode
- stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART-stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART
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.
Micrium
- 这是一个uCOS-II移植到STM32F系类芯片上的源代码,包括EK-STM32F,STM32-SK,STM3210B-EVAL,STM3210E-EVAL等开发板的实例,LCD和LED都有,测试过,可用。 -This is a transplant to STM32F uCOS-II class system on a chip, the source code, including EK-STM32F, STM32-SK, STM3210B-EVAL, STM3210E-EVAL and o
STM3-LED-ucos
- 基于uCOS-II的控制LED灯的闪烁;基于奋斗版STM32开发板-Based on uCOS-II,it can controling the flash of LED.
STM32-led-blinjk-for-ucos
- STM32 开发板基于 uCosII 2.86 的 LED灯闪烁实验 开发板上电后,LED1-3 会按照默认的 500ms 间隔,明暗闪烁,此时可以通过 串口助手 SSCOM3.2 发出指令,设置 LED1,LED2,LED3 的闪烁间隔时间。间隔范围是 1-65535ms。可以设置任意一个 LED 得闪烁间隔时间, 通过这个实验,可以学习 ucosII 的 任务建立,及任务调度, 事件同步等内容。-STM32 development board based uCosII
STM32-LED-ucgui-ucos
- STM32奋斗板-LED闪烁-ucgui ucos
led
- 基于STM32,在ucosII基础上实现led的秒闪-Based STM32, based on the realization led in ucosII the second flash
stm32-ucos-II-demo
- stm32-ucos-II模版工程,运行一个简单的led实例-stm32-ucos-II project template, run a simple led instance
UCOS2-control-LED
- 本程序实现的功能是在STM32平台上使用UCOS系统控制LED的亮灭。-This program implements the function is to use UCOS system control LED light off the STM32 platform.
uscosIIi_three-LED
- stm32 uscosiii Three Task LED-stm32 uscosiii
UCOSII_STM32_LED
- UCOSII STM32 LED移植完整例程,有助于学习COS-UCOSII STM32 LED transplanting the entire routine, contribute to learning COSII
UCOSIII_STM32_LED
- UCOSIII STM32 LED移植实例,可帮助学习UCOSIII系统-UCOSIII STM32 LED graft example, the system can help learn UCOSIII
LED+UCOS_2.90
- 基于STM32的ucosii代码,能实现在cotex-M3内核芯片上直接使用,属于keil软件(STM32 based on the uCOSII code, can be achieved directly in the cotex-M3 kernel chip, belonging to keil software)
1-uCOS-II+LED(单任务)
- 在stm32上一直的uCOS-II+LED(单任务),可以直接编译的(The uCOS-II+LED (single task) that has been on STM32 can be compiled directly)
2-uCOS-II+LED(多任务)
- 在STM32上一直的uCOS-II+LED(多任务),可以直接编译(The uCOS-II+LED (multitasking) on STM32 can be compiled directly)
1-野火M3-uCOS-II+LED(单任务)
- stm32跑ucos-ii ,你可以学习到最简单的一个例程(stm32 run ucos-ii , and you will learn simple the example)
STM32-LED闪烁-消息队列
- STM32LED闪烁——消息队列,通过建立消息队列,传送3个指针型变量,触发LED灯闪烁。(By setting up a message queue, 3 pointer variables are transmitted, triggering the LED light to flicker.)
stm32智能安防系统
- 1、 功能描述: 超声波实现防盗测距,以四个led灯显示逐渐靠近的距离。当距离近到4灯全亮时蜂鸣器报警。 RFID实现刷卡开锁功能,刷卡同时系统会在Flash中读取验证卡号是否合法,并将刷卡卡号同当前时间及是否合法的标记存入Flash中。 OLCD上显示蓝牙连接状态,当前刷卡卡号,是否有火,是否有可燃气体,超声波测距距离,以四格显示。 HC-05实现与手机的蓝牙通信,通过上位机发送指定命令,查询当前时间、温度、湿度、火焰、刷卡记录及可燃气体状态,并可以通过命令修改系统时间,清空刷卡记录。