Unfortunately, without actually enabling the interrupt first, there is no way to determine if an interrupt is pending but not enabled! I tried enabling ALL the interrupts, but that didn't seem to work correctly and it appeared that my interrupt handler was continually entered and no progress through...