Part Number: TI-RTOS-MCU
Tool/software: TI-RTOS
Which files are needed to change to configure GPIO interrupt. I changed Board.h, EXTM4C129EXL.c, EXTM4C129EXL.h. For some reasons Interrupt is not occuring at PE0, but it did in PE2. In the above files, I checked and PE0 was not configured for any module. only in GPIO interrupt. Why does PE0 didnt give interrupt, but PE2 did. Is there any restrictions regarding GPIO interrupt configuration like we can't configure some pins for GPIO interrupt. If yes, what are the pins we cant configure GPIO.?