About interrupts

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

About interrupts

495件の閲覧回数
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 返信

411件の閲覧回数
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 件の賞賛