搜索资源列表
Systick of STM32 for function of delay
- STM32使用systick 做延时的一点理解(Systick of STM32 is used to achieve the function of delay.)
IR_RS232
- 红外遥控代码,需要重新配置SysTick的中断优先级为最高,要不然SysTick延时中断抢占不了IO EXTI中断,或者当你用其他定时器做延时的时候,要配置定时器的优先级高于IO EXTI中断的优先级.(Reconfiguration of SysTick interrupts the highest priority, otherwise SysTick delay interrupts cannot preempt IO EXTI interrupts * because the defa
红绿灯 硬件
- 配置交通灯的轮流点亮和使用Systick中断方式做延时定时器(Configure traffic lights in turn and use Systick interrupt mode to make delay timer.)