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.
Hello,
how can i clear a pending interrupt flag, before i enable interrupts?
The processor is in Supervisor Mode and a write of 1 to INTREQ[0:3] (as described in SPNU563A) to clear it has no effect.
Regards
Ralph
Hello,
If the processor is in privileged mode then it should be possible to change INTQREQ[0:3].
You need to clear the interrupt request at its source first and then in the VIM before enabling CPU to respond to interrupt requests.
Regards, Sunil