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.

DM6446: Disable/Enable GPIO1/2 from ARM ....whole interrupt bank 0 gets disabled?

Hi

I have interrupts coming on GPIO 1 or 2 every 2 ms. I want to disable GPIO 1 when I serve GPIO 2 ISR and vice versa.

Upto IRQ 47, we have register bits available to enable / disable them. GPIO 0 to GPIO 7 fall in Interrupt bank 0 and there is a register for interrupt bank 0 which is enabling / disabling whole bank of interrupts.

How do I enable/disable one particular GPIO in that bank?


Regards

Neil