Other Parts Discussed in Thread: EK-TM4C1294XL
Hello everone,
I'm using the the microcontroller EK-TM4C1294XL and i want to trigger two individuel Interrupts when i push the Buttons. For Example if I'm pushing the Button SW1 ai want to trigger the Interrupt SW1_Handler(); and if I'm pushing the second button I want to trigger the second Interrupt SW2_Handler():
With the Fuction GPIOIntRegister its only possbile to trigger the same Interrupt. I hope someone can help me.
Best Regar