How to achieve max. accuracy for static timing event
Posted on November 17, 2013 at 00:24Hello :)I want a timer to execute ISR all 4 ms but for academic reasons (interest) I want it as accurate as possible. So I chose TIM_Prescaler = 0 and TIM_ClockDivision = 0.Is there anything else that could increa...