Interrupts are essential concepts in moderm computers (and controllers)
because it relieves a processor from the responsibility to poll and check
which hardware device requires attention.
When a hardware device (such as a timer) requires attention (when the
counter overflows), it requests attention from the processor. This
request is an interrupt. The processor then responses to the
request and perform whatever operation is necessary.
Subsections
Copyright © 2006-02-15 by Tak Auyeung