This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cannot be called from Interrupt Service Routines. CMSIS-RTOS

Hello.


I'm trying to use the timer start API in the CMSIS-RTOS. The API description states:
"This function cannot be called from Interrupt Service Routines."
What's wrong with this, can't I call it from ISR?


Thank you.