Question
What is the maximum input capture frequency in STM32F7?
Posted on March 27, 2018 at 00:23
I am using STM32F7(216MHz). When I test input capture of TIM2 and TIM11, rising edge interrupt was missimg some time. The callback function is not call by interrupt at the ratuo about 1 of 100. Input signal frequency is 450kHz.
What should I do to captue input signal without missing interrupt function call.
Thanks.
#stm32f7 #interrupt #maximum-frequency #input-capture