The interrupt latency depends on many factors, some factors I am mentioning in the below statements.
Platform and interrupt controller.
CPU clock speed.
Timer frequency
Cache configuration.
Application program.
So using the proper selection of platform and processor we can easily reduce the interrupt latency. We can also reduce the interrupt latency by making the ISR shorter and avoid to calling a function within the ISR.
Answer:
The interrupt latency depends on many factors, some factors I am mentioning in the below statements.
So using the proper selection of platform and processor we can easily reduce the interrupt latency. We can also reduce the interrupt latency by making the ISR shorter and avoid to calling a function within the ISR.
need an explanation for this answer? contact us directly to get an explanation for this answer