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.

Linux/am4376: GPIO interrupt

Part Number: AM4376


Tool/software: Linux

we use GPIO4_11   as a interrupt input, it is  pulled up on 3.3V.

when interrupt signal come, it is turn to low level to tigger the ARM IRQ handler. remains 2us low, then back to high level at 3.3V.

usually the interrupt signal is 8us a cycle when it comes.

at now our problem is the ARM GPIO interrupt handler is not work stablelly. we make a counter in the handler, it count not the same as

the total GPIO interrupt number in fact.

what we should do to work on the interrupt missing?