Question
STM32F4 TIM Frequency and Delay Measurement
Posted on November 06, 2015 at 08:35
Is it possible to solve this problem with a hardware timer?
I have the following Problem:
I have two input signals. The frequency of the signals is equal, but there is a delay between this signals. I have to measure the delay between the rising edge of the first input and the rising edge of the second input. I have also to measure the frequency of one Signal. I'm using the STM32F429. Example:
Is it possible to solve this problem with a hardware timer?