About interrupts

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

About interrupts

922 次查看
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

标签 (1)
0 项奖励
回复
1 回复

838 次查看
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 项奖励
回复