• Home
  • QUESTIONS & ANSWERS
  • Integrated Circuits (ICs)
  • What are the ways to reduce interrupt latency through software handlers?

    * Question

    What are the ways to reduce interrupt latency through software handlers?


    *
    Answer

    There are two ways to shorten the interrupt latency through software handlers, which are interrupt nesting and high priority.Interrupt nesting allows a new interrupt to be responded to while an interrupt is being serviced, rather than waiting for the interrupt handler to complete before allowing a new interrupt to be generated.


    COMMENTS

    WORDPRESS: 0
    DISQUS: 0