Question
freertos cmsis_os2 osTimerStop returns osErrorResource (stm32l431 + STM32CubeIde)
Hello,
With freertos cmsis_os2 osTimerStop() returns osErrorResource despite timer is running and trigs the callback after the correct time.
Is there a known bug?
How a timer returning pdFALSE at test xTimerIsTimerActive (hTimer) can trig a callback???
How can I stop the timer otherwise?
Best regards
Mich
