I ask because we are debating how interrupts work on a KL17. Obviously an interrupt which vectors to the appropriate interrupt routine is somehow inhibited by processor hardware to repeat the process. Otherwise an interrupt would endlessly vector to the interrupt handler until the stack blows up. I believe this processor hardware inhibiting is active until the interrupt routine is returned from. I would be very grateful if someone could point out where this is actually described in the KL17 documentation.