Specifications

Chapter 6: The VMEbus Interface
Page 85
Upon returning from the interrupt handling routine, go back to the beginning of
the loop until no more interrupts are active. In other words, you must handle all
other active interrupts. This includes all other interrupts and errors which come
in prior to calling the interrupt handling routine as well as any new interrupts and
errors which may occur during this process. Only when all interrupts and error
conditions are handled may you return from the overall interrupt handler. Again,
if you miss any interrupts or errors, no other interrupts or errors are recognized.