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.
Hello,
In the data sheet, page number:16 it was mentioned that "Resetting the interrupt circuit is achieved when data on the port is changed to the original setting, data is read from the port that generated the interrupt."
What does original settings mean?
The original setting is the input state at the time when the port was last read.
For example, assume that the input is low, and that you read the port. Now the interrupt is disabled. If the input goes high, the interrupt activates. If the input then goes low again before the port has been read, the interrupt is deactiveated.
This means that a short pulse on some input will result only in a short pulse on the interrupt output, and that you might not be able to detect on which pin it happened.