Issue with microseconds delay with timer
Hi,we are using stm32f745xx and bellow are our configurations.we are using total 6 timers, out of which we are using TIM6 to generate 50us interrupt.htim6.Instance = TIM6;htim6.Init.Prescaler = 1;htim6.Init.CounterMode = TIM_COUNTERMODE_UP;htim6.Init...