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.

I can't get interrupts on the ARM side in OMAP-L138 with SYSBIOS

Other Parts Discussed in Thread: OMAP-L138, SYSBIOS

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?