Dear all,
I have used GPIO_WK4 as an interrupt pin, I used the os is android 4.0. I set the mode is MODE3 and input enable(OMAP_MUX_MODE3 | OMAP_INPUT_EN)。But it cannot work at all, the program doesnot enter ISR. I print the register value, and find the irq disable register is set (1 << 4). Then i write (1 << 4) to irq enable register. But it doesnot work at all.
can anyone help me?very thanks.