STM32F4 - Timer - Max Frequency External Clock Source ETR
Hi,
We have a custom firmware running in an STM32F427, and I'd like to find out what the highest frequency supported on a timer with an external clock source using ETR function.
Based on AN4776, I can use a prescaler function (ETR) to read clock frequencies above the timer clock speed, due to resynchronization, I must respect a 1/3 order of the maximum APB speed. Given our APB of 90MHz, the maximum TIMClk is 30MHz.
My issue is, can I prescaler x8 this source clock and utilize it with a 240MHz clock input using the ETR function? (Timer Clock = 240/8 = 30MHz)?
Or perhaps there's something else I'm overlooking.


