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
The STR71x has a vectored interrupt controller and it is up to the user to set the interrupt vectors of unused interrupts to some dummy routines. I do not see that this is something the tool vendor needs to take care of. Reinhard