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?