Hello,
I would like to use the IRQ00 / AJ16 pin on a P4080DS as a input pin without generating an interrupt (comparable to a GPIO). Is this possible?
Thank you in advance!
Andre
Have a great day,
When the P4080 interrupt controller in the mixed mode you can configure IRQ0 input as level sensitive and disable interrupt from it in the MPIC_EIVPR0 (external interrupt vector/priority register for IRQ0). The level on the IRQ0 input can be read from the MPIC_ERQSR[0] (the msb bit of external interrupt summary register). It is supposed that you wrote your own software for the P4080DS.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------