Best algorithm for calculating timer pre-scalar and period during run time?
Posted on June 16, 2016 at 15:16 I am working with the Discovery Development Board (STM32F407) and I would like to have functions for the 16-bit timers that looks like this: void startTimer(uint32_t timeoutMs, EventCallback_t timerInt...