Hi all,
I'm running TI-RTOS on a Tiva-C device (TM4C1294XL). For interrupt handling, I'm using the GPIO_setCallback function (documentation link included below) to point an external interrupt to an ISR, and it works great. However, I've been having a hard time determining if it's necessary for me to have a check in the ISR to determine which specific pin the interrupt came from, or if that is handled internally. And if I do need a check, what is the best way for me to go about doing that?
Thanks!