If a higher interrupt request occurs immediately after an interrupt request, when is the higher request started?
• Answer :If both interrupts occur at the same time, the higher interrupt is processed. However, once a lower interrupt enters into the handling time, no other interrupts are accepted during that processing.Therefore, the higher interrupt handing starts after the handling time of the executing interrupt ends.
Related Questions
- I started RestoreITâ„¢ in Windows immediately after installation completed, but a message says that I have to restart my computer in order to run it. Why?
- When an interrupt request occurs during interrupt processing, can the request be retained?
- Is there a possibility that an interrupt occurs immediately after reset?