Tool/software: Code Composer Studio
I want to know the steps required to enable the GPIO Interrupt. As every time the input in the GPIO goes high, I want to read some data on another GPIO pin type. I am using TM4C123gxl. I want to specifically know how to configure the GPIO, so as to start the interrupt as soon as high signal is detected.
Any help will be appreciated.