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/TMS320F28379S: Can i config XINT1 into level interrupt?

Part Number: TMS320F28379S

Tool/software: Code Composer Studio

I need a level interrupt on a external pin, but i see XINT1CR Register, there is no “level triggered” option. and There are two identical options in below figure marked with red line.

  • I'm not following. The interrupts for XINT are triggered on edges. If you want to trigger an interrupt when there is a transition to the LOW LEVEL, then just choose the falling edge for interrupt and if you want an interrupt when the level is HIGH. choose the rising edge interrupt.

    Nima Eskandari