i.MX6dq GPIO Interrupt status register unable to clear

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

i.MX6dq GPIO Interrupt status register unable to clear

381 Views
Hariharan1
Contributor III

Hi all,

 

I am using GPIO4_IO31 pin eventually i used for touch event that gpio. while configuring gpio interrupt trying to clear gpio interrupt status register
*(volatile uint32_t*)0x20a8018  = 0x80000000

but i have got that register value 0xffee8bff.

I configure level sensitive and selected edge level for sensitive mode. what could be reason for this problem. 

Thanks for advance,

Hariharan

Labels (1)
0 Kudos
Reply
1 Reply

347 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

Interrupt source can be obtained reading GPIOx_ISR register

described in sect.28.5.7 GPIO interrupt status register (GPIOx_ISR)

i.MX 6Dual/6Quad Applications Processor Reference Manual

 

Regards

0 Kudos
Reply