This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

请教关于OMAP L138的GPIO中断问题



GP2[12]接收到低电平脉冲信号,想用OMAPL138的49号中断GPIO Bank 2 Interrupt,但中断一直没有触发,不知道什么原因。

GPIO初始化如下:

BINTEN = 0x004;          //Enable GPIO Banks2

PINMUX5 |= 0x8000;

DIR23 = 0x1000;

INTSTAT23 = 0xffff;

SET_FAL_TRIG23 = 0x1000;

CLR_RIS_TRIG23 = 0x1000;

另外:请问GPIO触发中断对低电平持续时间有没有要求?持续时间要多长?