The IPSR (=Interrupt Program Status Register) contains the exception type number of the current Interrupt Service Routine. Printing this out can be useful to detect if a certain interrupt is not implemented.
The IPSR (=Interrupt Program Status Register) contains the exception type number of the current Interrupt Service Routine. Printing this out can be useful to detect if a certain interrupt is not implemented.