I have a 16-bit purely differential ADC (MCP3465RT), and I plan to measure voltage up to ±50V using a voltage divider. At some point, I need to disconnect the lower leg of the voltage divider so that the ADC inputs (with just one series resistor) can measure direct voltage, up to ±2.5V.
Initially, I used a solid-state relay, such as GAQY212, but it has a high leakage current (1μA), which, combined with the resistor it disconnects, significantly affects the measurement results.
Then I switched to an analog switch TS5A3166, which has a leakage current of 4nA (100nA max), and the results became acceptable.
However, I’m concerned about one thing: since the ADC is differential, the measured voltage can be connected with any polarity.
However, according to the datasheet of the analog switch, negative voltage relative to the ground is not allowed.
But, everything generally works fine .
My question is: how acceptable is this in a real project?
In theory, the differential inputs aren’t tied to the ground of the ADC and the analog switch, which is possibly why it works, but am I missing something?