Saved Bookmarks
| 1. |
Explain What Is Interrupt Latency? How Can We Reduce It? |
|
Answer» INTERRUPT LATENCY is the TIME required to RETURN from the interrupt service routine after tackling a particular interrupt. We can reduce it by writing smaller ISR routines. Interrupt latency is the time required to return from the interrupt service routine after tackling a particular interrupt. We can reduce it by writing smaller ISR routines. |
|