This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/LAUNCHXL-CC1310: task priority gap issue

Part Number: LAUNCHXL-CC1310


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?