Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThat's actually correct: OS_IDLE_PRIO must always be defined the same as OS_LOWEST_PRIO.
The while loop goes through all the other (higher priority) tasks, in order to schedule those ready for execution. Since you debug into OSTimeTick, you should also find out which of the condition inside the loop is not fulfilled for your tasks. But, first of all, did you make sure your application tasks are included in the OSTCBList chain?