diff options
author | yn386 <wf.yn386@gmail.com> | 2022-09-01 18:08:18 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-09-06 16:35:46 +1000 |
commit | 989b8c728b296969e6489908b8e94ed23625a1e8 (patch) | |
tree | e2e29862003b7fa405c4affa5c5e59f799fd2212 /docs/esp8266/tutorial/intro.rst | |
parent | da50827657d6bc3024dd6acea76cb315d1cbbae1 (diff) |
stm32/timer: Fix use of timer channel callback() method on L4 MCUs.
Since L4 HAL version 1.17.0, HAL_TIM_IC_Start_IT() checks whether specified
channel of timer is busy or not, which is the case if this function is
called more than once without first calling HAL_TIM_IC_Stop_IT(). The fix
in this commit is to call the stop function before calling start. The PWM
and OC modes have the same issue with the same fix.
Fixes issue #8732.
Diffstat (limited to 'docs/esp8266/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions