CMSIS OS2 Wrapper and Software Timers
Dear ST,
the current version of the CMSIS OS2 wrapper (V1.8.0 for STM32WB) does not support calling the functions osTimerStart() and osTimerStop() from an ISR. However, FreeRTOS does provided the functions xTimerChangePeriodFromISR(), xTimerStopFromISR() that can be called from an ISR as an alternative to the functions xTimerChangePeriod(), xTimerStop() used in the wrapper.
Could you please support calling the mentioned functions from an ISR in a future release?
Best regards,
Roman