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.

CCS/66AK2G12: Interrupt not working for negative edge trigger and low level

Part Number: 66AK2G12

Tool/software: Code Composer Studio

Hi,

When we try to configure the interrupt sensitivity as OSAL_ARM_GIC_TRIG_TYPE_EDGE interrupt works fine only for positive edge trigger. And it is not working for negative edge trigger even though when we configure as OSAL_ARM_GIC_TRIG_TYPE_FALLING_EDGE.

Any solution for this issue?