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

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

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

Jump to solution
1,810 Views
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

Labels (4)
1 Solution
1,346 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

2 Replies
1,347 Views
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,346 Views
anguschen
Contributor II

Hi, igorpadykov, thank you for your help!

0 Kudos
Reply