You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HardwareTimer: pause() need to call HAL API to restore HAL state
Due to HAL Cube update it is now required to stop timer with HAL API
otherwise HAL state is not restored to HAL_TIM_STATE_READY.
Nevertheless it is not sufficient to guarantee that timer is stopped.
specially if some channels are still running.
So it is also necessary to call LL_TIM_DisableCounter()
Signed-off-by: Alexandre Bourdiol <[email protected]>
0 commit comments