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

How to retrieve a task ID in an ISR to signal it using isr_evt_set ? (CMSIS RTOS RTX C-M3)

Hi,
I would like that a HW interrupt ISR signals a specific task using the function void isr_evt_set (U16 event_flags, OS_TID task_id). I am wondering how to retrieve from the ISR the task_id that was returned by osThreadCreate ? Also, I would like to change at run-time the task that is being signaled, could you please suggest the best method to handle this situation?
Thanks for your help,
Regards,
JC

0