| |||||
Technical Support Support Resources
Product Information | ARTX: TASK EXECUTION AFTER INTERRUPTInformation in this article applies to:
QUESTIONIs it guaranteed that after an interrupt of a specific task the same tasks runs again? ANSWERThe RTOS task does not see the interrupt. When the interrupt function sends an event or a message to another task with a higher priority than the interrupt task, the RTX task scheduler will start executing the high priority task after the interrupt. Otherwise the interrupted task will continue executing. SEE ALSO
Last Reviewed: Tuesday, December 13, 2005 | ||||
| |||||