Part Number: ADC168M102R-SEP
Hello TI Team
in the moment we face an issue when reading the ADC. It seems like when applying a external dc voltage we have a leakage between two channel which we cant observe when reading with the multimeter, so there both inputs to the adc seem fine.
- Config:
- M0/1 = 0
- Full Clock Mode
- RD and CONVST tied together
- CSn low during operation
- ADC reference both on REFIO1, externally REFIO1 has a 22uf and close 100nF Cap.
- CMx external is floating. <- we do a test in the moment with tying it to GND
- Pseud differtial
- Mux Channels 0,1 are grounded on both A and B
- Mux Channels 2,3 are connected to a source in the moment 0.317V
- Config regs:
- CONFIG= 0x01C0, FULL CLOCK, PSEUDO
- CONFIG Manual Switching order 0,1,2,3 = 0x00C0,0x40C0,0x80C0,0xC0C0
- REFDAC1= 0x3C0 -> 2.35V
- REFCM = 0xFF00
ISSUE:
So when we inject in one of the channels of 2,3 a Voltage we see that the other channel also gets a bit of energy and it misses on the other. i.e. channel 2 with 3V so we see at the input by reading with a multimeter it is exactly 3V when we read the ADCs we see in channel 2 is 2.9 and in channel 3 is 0.4.
In operation of the ADC i have one doubt:
In my config i have the READ and CONVST tied together. And as descirbed in the datasheet im having both asserted for 20 Clks in order to speed up the readout so we read before BUSY is low.
Any thoughts what could lead to this behaviour?
Thanks and BR