Tool/software: TI-RTOS
if i creat only 2 tasks with priority 2 and 3, the program runs normally.
but if i creat 2 tasks with priority 2 and 4, the program seems not be running.
is it because the priority number is not in a continuous format and there should be no gap between them?