TIM5 problem with STM32F469I
I am using 32bit TIM5 in an STM32F469I. I enable the timer and divide the 8M clock by 1000000 to get microseconds. I then use microseconds to time pulses coming into the board from external device. All works well until the timer overloads. I can ...