搜索资源列表
uCOS
- UCOS工程,采用keil开发工具开发,程序中基于stm32v100处理器. 在uC/OS-II中建立3个任务Taskled、Tasktep、Taskadc和三个中断。 Taskled初始化时,LED 依次点亮,当按下 Key 键时产生中断。 中断服务子程序内容:灯全部熄灭,2 秒钟后发光二极管全部点亮,再过 1 秒钟后中断返回。 Tasktep用来实时检测温度传感器u4的温度。STM32通过IIC接口获取温度传感器的温度。 Task
stm32-timerPPS2PUSART
- 在STM32F103上实现双定时器1S定时,利用RS232串口发送数据,利用中断检测PS2键盘和PC机交换信息并在串口助手上显示-In the STM32F103 dual timer 1 S timing, using RS232 serial send data, using interrupt the PS2 and PC keyboard detection to exchange information and serial port on display in assistant
SST25-FATFS-V3-08
- stm32键盘中断实验 gps gui -stm32 keyboard interrupt test
1.2
- 可以实现PS2键盘 定时中断 UART串口通信-PS2 keyboard can be achieved timer interrupt UART serial communication
stm32-ucos-ii-v2.86-KEY-interrupt
- stm32 ucos ii v2.86 (3.5的库) 做的一个按键中断可用。-stm32 ucos ii v2.86 something about EXTI(key).
Serial-loop-transceiver-20130915
- stm32串口循环收发 并采用中断方式 大大提高串口效率-stm32 usart Serial loop transceiver
STM32exinterrrupt
- 基于STM32开发板的关于外部中断的实验及多样任务切换-STM32 development board based on experimental and diverse external interrupt task switching
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.
USART_Driver
- 基于UCOS内核的,STM32串口驱动程序,接收与发送使用中断方式,并提供print_infor含数,可作为log的输出-UCOS kernel based STM32 serial driver
DEV_Pro_usart2_IT(ucos)
- STM32 usart中断方案,用于串口中断输入,带有ucos操作系统-STM32 usart2 INTERRUPT
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 注意:使