Q:

What is interrupt latency?

0

What is interrupt latency?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

It is an important question that is asked by the interviewer to test the understanding of Interrupt. Basically, interrupt latency is the number of clock cycles that are taken by the processor to respond to an interrupt request. This clock cycle number is count between the assertions of the interrupt request and the first instruction of the interrupt handler.

Interrupt Latency on the Cortex-M processor family

The Cortex-M processors have very low interrupt latency. In the below table, I have mentioned, Interrupt latency of Cortex-M processors with zero wait state memory systems.

Processors Cycles with zero wait state memory
Cortex-M0 16
Cortex-M0+ 15
Cortex-M3 12
Cortex-M4 12
Cortex-M7 12

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Embedded C interview questions and answers (2022)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How do you measure interrupt latency?... >>
<< Can we pass any parameter and return a value from ...