Hi,
Am working on SAM E70 Xplained Development Borad, and I have enables external interrupt on the push button switch with ISR in "main.c" file and the program is working good.
Now when i moved the External interrupt handler to a ".h" header file, the program compiles without any error, but interrupts are not getting triggered.
Any idea like the interrupts are not getting triggered?