搜索资源列表
-
1下载:
UCOS工程,采用keil开发工具开发,程序中基于stm32v100处理器.
在uC/OS-II中建立3个任务Taskled、Tasktep、Taskadc和三个中断。
Taskled初始化时,LED 依次点亮,当按下 Key 键时产生中断。
中断服务子程序内容:灯全部熄灭,2 秒钟后发光二极管全部点亮,再过 1 秒钟后中断返回。
Tasktep用来实时检测温度传感器u4的温度。STM32通过IIC接口获取温度传感器的温度。
Task
-
-
3下载:
在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
-
-
0下载:
可以实现PS2键盘 定时中断 UART串口通信-PS2 keyboard can be achieved timer interrupt UART serial communication
-