Frequency Measurement
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-07-08 1:17 AM
Posted on July 08, 2008 at 10:17
Frequency Measurement
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:39 AM
Posted on May 17, 2011 at 12:39
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, RichardOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:39 AM
Posted on May 17, 2011 at 12:39
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