Hello,
I want to test an external interrupt on a button. To configure interrupt I have datasheet but what is syntax to declare function called by interrupt. In one example starterware I have "static void GPIOIsr(void)" but what is link between name GPIOIsr and interrupt configured.
Is there a .h which link interrupt adress vector with GPIOIsr ?
Thanks