Cannot Configure TIM3 , Timer count values are drifting ?
I'm using an STM32F401CCU6 microcontroller and am trying to generate a timer interrupt of 10 us with TIMER3.The timer is a update event timer. The formula I'm using is:Update_event = TIx_CLK/((PSC + 1)*(ARR + 1))Below, I've given my clock configurati...