Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing the basic functionality of STM32 timers
The current implementation of timers does not work properly even in basic functionality. A counter configured to report an interrupt every 10ms reports the first interrupts after a few seconds. There are also no properly implemented count up an count down modes. This commit fixes bugs with interrupt reporting and implements the basic modes of the counter's time-base block. Improve clock configuration Signed-off-by: Lucjan Bryndza <lbryndza.oss@icloud.com>
- Loading branch information