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.