About interrupts

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About interrupts

486 Views
goto11
Contributor III

Hello,community 

Is it possible to check the interrupt status with GPIO interrupt status register (GPIOx_ISR) for both Active HIGH Interrupt from INT7 from GPIO and Combined interrupt indication for GPIO1 signal 0 throughout 15?
Is Active HIGH Interrupt from INT7 from GPIO's Active HIGH high-level sensitive, not rising-edge sensitive?
Is Active HIGH Interrupt from INT7 from GPIO enabled by GPIO interrupt mask register (GPIOx_IMR)?

Best Regards, Goto

Labels (1)
0 Kudos
1 Reply

402 Views
igorpadykov
NXP Employee
NXP Employee

Hi Goto

>Is it possible to check the interrupt status with GPIO interrupt status register (GPIOx_ISR) for both Active HIGH >Interrupt from INT7 from GPIO and Combined interrupt indication for GPIO1 signal 0 throughout 15?

yes

>Is Active HIGH Interrupt from INT7 from GPIO's Active HIGH high-level sensitive, not rising-edge sensitive?

yes

>Is Active HIGH Interrupt from INT7 from GPIO enabled by GPIO interrupt mask register (GPIOx_IMR)?

Interrupt is configured using GPIOx_ICR1, in the same way as for other interrupts (for example Combined interrupt).

It can be masked by GPIOx_IMR.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos