This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Task_sleep

Other Parts Discussed in Thread: CC1310

I'm using CC1310 with TI-RTOS 2.20.0.06. I want to use 2 task parallel. My problem is when i used task_sleep function in one(A) task, it effects other(B) task(it's not running until task_sleep time ends in task A ) How can i get rid of this problem?