Tool/software: TI-RTOS
I have some questions about TI-RTOS task scheduling.
1. Is one active task of two same priority task able to be preempted by the other task?
2. If task A which has a same priority with task B runs and mailbox is posted to task B, is the task A preempted by task B although task A operation is not finished?