Embedded Software Engineer Question:
Tell me what is interrupt latency? How can you reduce it?
Answer:
It is the time taken to return from the interrupt service routine post handling a specific interrupt. Interrupt latency can be reduced by writing minor ISR routines.
Previous Question | Next Question |
Please write a program to show the functionality of Power-save super loop? | Do you know what is the use of volatile keyword? |