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.

AM335x WEC 7: Not getting GPIO interrupts

I am using WEC 7 BSP for AM335x, configured bsp_padcfg to GPIO input mode.

In my project, I configured several pins from bank 0 and bank 1 as input and registered for interrupt using the GPIO driver api (InterruptInitialize).

However, when I toggle the GPIO pin to simulate inputs, I don't see any interrupts fired.

Does anyone here have similar experience? Care to share how to make this work correctly?