Hello
I am trying to implement GIO interrupt via multiple pins on the TMS57004. each interrupt is to perform a different function.
Can someone please tell me how to implement this as there is only one ISR(gioNOTIFICATION()) function in notification.c. Do i define another function similar to this one in notification.c and if so then how is it decided which ISR will work for which pin?