Part Number: ADC128D818
Hi,
I'm trying to use ADC128D818 to monitor input voltage. One of my inputs is expected to be zero (or near zero, for example <=0.2V). Could you please suggest, is it possible to configure Limit Registers such way that it'll trigger interrupt only when voltage is less than certain value.
Basically I need to just ignore LOW register. Currently this input is just shorted to the GND pin. Also I can confirm that reading output register returns always 0.
But even if I write LOW=0x00 and HIGH=0xFF limit (which looks like 'anything is ok' for me), I'm still getting interrupt and ISR has '1' for this input.
Any suggestions?