InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Interrupt Latency? How Can You Reduce It? |
|
Answer» INTERRUPT latency is a TIME TAKEN to return from the interrupt service routine post HANDLING a specific interrupt. By writing minor ISR routines, interrupt latency can be REDUCED. Interrupt latency is a time taken to return from the interrupt service routine post handling a specific interrupt. By writing minor ISR routines, interrupt latency can be reduced. |
|