imx6quad

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

imx6quad

557 Views
brli
Contributor III

Hi,

I want to connect one key to a GPIO which must support EINT, and detect key clicked or not by EINT event.

but I don't find IOMUX supported EINT on imx6q, could you suggest a kind of GPIO except KEY_COL/ROW?

Thanks!!

Labels (2)
0 Kudos
2 Replies

420 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello Br,

      EINT means External Interrupt, right?

      But I saw your requirement:  connect a key to a GPIO of I.MX6Q, and if the key is pressed or released, you hope CPU can handle the interrupt event generated by the key, right?

     If yes, It is no problem for i.MX6Q, you can connect the key to any one of GPIO pin.  For one group GPIO, total number is 32, for example GPIO1[31:0],  GPIO[15:0] share one interrupt number; GPIO[31:16] share one interrupt number.

     More detailed information, you can find them in Reference Manuanl.

Have a nice day!

NXP TIC team

420 Views
brli
Contributor III

Hi Wigros,

Got it, Thanks!

0 Kudos