Friday, 9 November 2012

Explain what is interrupt latency? How can we reduce it? | Embedded Interview Questions

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.

No comments: