Use timers to measure external clock frequency
I have two external clocks connected to TIM1 and TIM2 of the stm32f746 (disco). I'm basically trying to implement a frequency counter of the clock connected to TIM2. The TIM1 clock will act as window (driven by a TCXO). In my test setup the TIM2 cloc...