| |||||
Technical Support Support Resources
Product Information | ARTX: EXECUTION ORDER OF TASKSInformation in this article applies to:
QUESTIONWhat happens when several tasks with the same priority are ready? Is it guaranteed that the task which waits for the longest time gets executed first? This is required to service hardware such as a watchdog timer. ANSWERTask execution is based on a ready list which is organized as a FIFO. The task which has become ready first, will be served first. Therefore you may service a watchdog timer in a low priority task in your system. SEE ALSOLast Reviewed: Thursday, October 12, 2006 | ||||
| |||||