This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Interrupt using AM335x Starterware kit

I have been trying to use GPIO interrupts on Beaglebone black using AM335x starterware APIs.

I tried the code from the thread : http://e2e.ti.com/support/embedded/starterware/f/790/t/350664.aspx

The code is for using GPIO interrupts, it senses edges and accordingly turns USR2 LED on/off. But when I used the code I realized it is not at all raising interrupt!!

The LED state changes by the code in while(1) loop.

What is the problem with the code?

How to raise interrupt??