STM32F07 Timer max. external clock
Hi
I want to use a STM32F072 (max. 48MHz) to monitor an external clock.
The external clock has a frequency of 38.4MHz.
My idea is to use timer TIM3 (32bit) as counter and use the external clock as clock source (external clock mode 1).
I read the datasheet. My problem is I didn't find the information I need.
Chapter 6.3.14 I/O port characteristics shows maximum output frequencies. For OSPEEDRy[1:0] this is 50MHz. But what is the maximum frequency when the GPIO is used as input?
Chapter 6.3.21 Timer characteristics shows for f_EXT a typical freuency of 24MHz but what is the maximum allowed frequency? As the timer runs as counter with an external clock, the internal clock should not affect the timer as long as the timer itself is able to handle the frequency.
So my question is: "Where can I find information about the maximum frequency of TIM3 in external clock mode 1?"
Thank you very much.
