Part Number: EK-TM4C1294XL
hello,
in reading the response to this question i see you state the problem may be registering the int
does that mean you cant use GPIOIntRegisterPin(GPIO_PORTP_BASE, GPIO_PIN_1, &UserButton2ISR);
to dynamically register the interrupt for that pin?
I find myself in need of doing just that. upon in terrupt on P1 part of the ISR is to register a new handler for any ensuing interrupts on P1
thanks