HardwareTimer library (examples) do not work
Posted: Sun Mar 08, 2020 8:41 am
Hello!
I am trying to use HardwareTimer library which is part of STM32's official core libraries. After following instructions on https://github.com/stm32duino/wiki/wiki ... er-library I was not able to use it.
I have copied the provided examples (Timebase_callback.ino and PWM_FullConfiguration.ino) and none of them works. Even putting flag into callback function and checking the flag in loop() indicates that callback function is never called by the timer.
I have STM32 Cores 1.8.0. instaled.
Any ideas what could be the reason?
I am trying to use HardwareTimer library which is part of STM32's official core libraries. After following instructions on https://github.com/stm32duino/wiki/wiki ... er-library I was not able to use it.
I have copied the provided examples (Timebase_callback.ino and PWM_FullConfiguration.ino) and none of them works. Even putting flag into callback function
Code: Select all
void Update_IT_callback(HardwareTimer*)
I have STM32 Cores 1.8.0. instaled.
Any ideas what could be the reason?