Is it possible to tell which Interrupt is landing in the default UnhandledInterruptHandler
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
I've got a bug in my code in rather large codeset I'm debugging and I'm landing unexpectedly in the UnhandledInterruptHandler(). Only INT_TIMER and INT_SERIAL_E are registered, but another interrupt is firing. Is there a way to identify which interrupt is firing? Mr.Thomas