| |||||
Technical Support Support Resources
Product Information | ARTX: TASK EXECUTION AFTER HIGH-PRIORITY TASKInformation in this article applies to:
QUESTIONIs it guaranteed that after the execution of a high priority task, the same priority task starts running that got interrupted? ANSWERYes, if 'round robin' is disabled, the same low-priority task that got interrupted will start again. In case of a task termination due to a System Timer Tick interrupt, the current running task will be put into the first entry of the ready list. This task will then execute again when tasks of this priority get ready. In the case of 'round robin', the task is inserted as the last entry of the ready list. SEE ALSOLast Reviewed: Wednesday, January 10, 2007 | ||||
| |||||