How do I configure the INT0-INT7 interrupt request of GPIO1 source?

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

How do I configure the INT0-INT7 interrupt request of GPIO1 source?

跳至解决方案
1,837 次查看
anguschen
Contributor II

Hi, everybody. I am developing with I.MX6Q sabresd based board and want to capture a GPIO interrupt from a video decoder chip. When I looked up the IMX6DORM, I found that the IRQs 98-111 are for GPIO interrupt sources and IRQs 90-97 are also for GPIO1. Can anyone tell me the differences between them? How do I configure the INT0-INT7 interrupt request?

Thanks!

 irq.png

标签 (4)
1 解答
1,373 次查看
igorpadykov
NXP Employee
NXP Employee

Hi ZHOUNENG

GPIO1 INT0 means dedicated interrupt for GPIO1(0) signal. For interrupts example

please refer to attached gic sdk test with description in Chapter 4
Configuring the GIC Driver.

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

在原帖中查看解决方案

2 回复数
1,374 次查看
igorpadykov
NXP Employee
NXP Employee

Hi ZHOUNENG

GPIO1 INT0 means dedicated interrupt for GPIO1(0) signal. For interrupts example

please refer to attached gic sdk test with description in Chapter 4
Configuring the GIC Driver.

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

1,373 次查看
anguschen
Contributor II

Hi, igorpadykov, thank you for your help!

0 项奖励
回复