Keil™, An ARM® Company

Technical Support

ARTX: TASK EXECUTION AFTER INTERRUPT


Information in this article applies to:

  • ARTX-ARM Version 2 or higher
  • ARTX-166 All Versions

QUESTION

Is it guaranteed that after an interrupt of a specific task the same tasks runs again?

ANSWER

The 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


Did this article provide the answer you needed?
 
Yes
No
Not Sure