搜索资源列表
STM32_TIM
- STM32定时器的应用,产生1ms的中断和10us的延迟,希望对大家有用-STM32 timer application, generate 1ms interrupt and 10us delay, and hope to be useful
定时器中断
- stm32芯片定时器的中断的实现,对32定时器的初始化和GPIO口的操控(STM32 chip timer interrupt the realization of the 32 timer initialization and GPIO port control)
测量频率
- 功能:测量两路输入的频率,并在液晶上显示。 有两种方法测频率,一种是周期测频法,一种是频率计数法: 周期测频法要求有参考时钟,通过对一个或者几个周期信号内参考时钟的计数来测量; 频率计数法就是单位时间内测出被测信号的改变次数,从而得到频率。 第一种方法的精度与参考时钟的速度有关,速度越快精度越高,第二种的精度跟所取的单位时间有关,时间越长,精度越高。所以前者适合测低频,后者适合测高频。 所以要想测量准确就得看你所测信号的频率范围了。 你也可以结合这两者的优势,实现互补。
7_定时器多通道
- 多通道定时器的运用,有三个中断,分别产生不同现象(There are three interruptions in the application of multi-channel timer, which produce different phenomena)