Re: Is it possible to tell which Interrupt is landing in the default UnhandledInterruptHandler
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
You can set your own isr function for each interrupt using function SetVectIntern(). If you set a separate isr for each unused interrupt you should be able to figure out which interrupt is firing. See the User Manual for the particular Rabbit CPU you are using. Steve