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.

Interrupt Flag Register is not updated

Hi everyone,

I face a problem with debugging IFR .

I'm using CCS v5.1 and SYS/BIOS v6 .

here is the problem : I configured a GPIO (bank 7) pin (PIN 4) to signal event on rising edge  (Event no 72)  which in turn generates interrupt using HWI no 6 .

All that is fine and works, but when i try to trace IFR6  when interrupt happens ,IFR value is not updated although IER6 is enabled and  ISR code is executed.

So, why IFR value doesn't change?