1.

Explain Interrupt Latency? How Can You Reduce It?

Answer»

In computing, interrupt latency is the delayed time when an interrupt is generated to when the cause of the interrupt is serviced. For many operating systems, devices are serviced as soon as the DEVICE's interrupt handler is executed. By WRITING some minor ISR routines, interrupt latency can be REDUCED and make the system EFFICIENT.

In computing, interrupt latency is the delayed time when an interrupt is generated to when the cause of the interrupt is serviced. For many operating systems, devices are serviced as soon as the device's interrupt handler is executed. By writing some minor ISR routines, interrupt latency can be reduced and make the system efficient.



Discussion

No Comment Found