Hi,
We have a circuit which is used to detect system undervoltage (scroll down for schematic screenshot).
The undervoltage signal (UV_WARNING) is being fed into the gpio7.IO[13] of iMX7 chipset.
Our software is using interrupt function to detect this UV_WARNING.
However, we notice this pin always give false interrupt whereby the pin voltage is not in high state even though we receive interrupt from this pin.
We measured the UV_WARNING signal using oscilloscope and found that it has noise level that less than 100mV which should not be triggering the interrupt.
We managed to get rid of this false interrupt by
1. Removing R150 + adding 1kohm pull down in parallel with C129 + add another series resistor of 10ohm after C129, before going into iMX7.
OR