Question
Setting Up Variable Speed Timer on STM32F4
Posted on August 01, 2016 at 20:55
I am working on a project that would benefit from a timer whose speed could be changed in real time within the program. Right now I have a timer set up with Tim_CMD, but the prescaler for that is set when it is initialized.
I would need to be able to scale the timer speed smoothly between different rates. Can anyone recommend a good method for setting this up? #!timer #!stm32