Other Parts Discussed in Thread: CC2650
Hi
I have a question regarding the behaiviour of SYS/BIOS when two threads with the same priority are ready to run.
say you have three threads, task1,task2 and task3. task1 and 2 have priority 5 and task3 have priority 10.
If task1 is running, task2 is ready to run, and then task3 preempts task1 for a short while. When task3 finally gets blocked, which task does SYS/BIOS schedule? task1 or task2?
BR
Niklas