Question
STM32VL Discovery Input Capture Mode
Posted on November 26, 2013 at 21:50
Hello,
I want to measure the frequency of an input pwm signal. To do so, I've examined the TIM/InputCapture example. In this example, as long as the signal comes in, the program generates interrupt. But, I need to measure the frequency just once when I triggered a pushbutton. Is it possible to do that? If so, how can I do?Thank you.Anil #pwm-input-capture