0
2.7kviews
What are interrupts? Explain the factors that contribute to interrupt response time in a system.
1 Answer
0
34views

An interrupt is defined as an asynchronous event that stops normal routine of microprocessor/ microcontroller and forces it to execute ISR (Interrupt Service Routine).

Whenever an interrupt is acknowledged the current execution is completed. Address of next instruction is saved on stack. The ISR is executed and after its execution …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.