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!
解決済! 解決策の投稿を見る。
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------
Hi, igorpadykov, thank you for your help!