2008-07-08 01:17 AM
Frequency Measurement
2011-05-17 03:39 AM
Hi,
I need to use the STM32 to perform frequency measurement in the range of 1MHZ to 6MHZ. I'm a bit lost with the way timers work in the STM32 (the timers user manual is daunting, at least for me). Any suggestion or guidance is welcome :D Thanks, Richard2011-05-17 03:39 AM
Hi Richard,
Try to look at the PWM_Input example from the STM32F10xFWLib, it shows how to use the TIM peripheral to measure the frequency and duty cycle of an external signal. You can find it under the directory: FWLib\examples\TIM\PWM_Input. Good luck! sword_82 :D