I try to get interrupts on the ARM side in OMAP-L138 which works with SYSBIOS (from GPIO, for example), but I can't. These are some screenshots which helps to understand my configuration:
As you can see the flag from the periphery was raised, but the interrupt didn't occur. The global interrupt flag is enabled, the IRQ interrupts are enabled.
I don't call any special function in the code to enable interrupts, I think SYSBIOS should do it itself.
What is the problem?