Hi Experts,
I am using the CC1310 and using our TI_RTOS. I've one question regarding the task_sleep:
If I call a task_sleep() in a high priority task TASK_A, when the task_sleep ticks expires, the TASK_A will change from TASK_BLOCKED to TASK_READY, then, if their is also TASK_B in ready state with higher priority than TASK_A, then, TASK_B or TASK_A will be executed first after task_sleep expires?
Thanks!