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?