Hello together, I'm using the XC866-Board from Infineon. As I don't use all the availible interrupts in my program I would like to simply overwrite the NOPs of the interrupt vectors with RETIs to make sure the program does not accidentaly run into my code when an unused interrupt should occure. Is there a simpler alternative than writing a interrupt service routine for every unused interrupt like
void dummyISR() interrupt xy { }
Hi Leo, sorry for not answering so long but I've been on holiday :-) Thank you very much for the code - that's exactly what I was looking for! I'll see what I can find for the A51. Many greets