Hi All, I am using the STR710 microcontroller. Does someone know if it is possible to catch all unused interrupts sources by putting an one single interrupt routine adress in all the different vectors? If an unused interrupt is triggert(whatever the source) than this will always execute the pre-defind service routine. In this case a system reset. This way I can manage all the unused interrupt sources preventing unexpected behaviour due to for example EMC problems. I tried to point a few different interrupt vertors to the same interrupt service routine but failt to do that. Does someone have idea's?? Regards, Erik