Other Parts Discussed in Thread: ADS8686S
I'm experiencing strange behaviour when the ADS8686 is run at 1.8 V DVDD (within spec).
Some register values are read wrong (repeatable, not random) and the ADC readings are very unstable and erroneous (brownout).
A basic step by step to validate the unexpected behaviour:
- Set up the ADS8686EVM-PDK for 1-wire SPI
- Feed DVDD from a 1.8 V source
- Set register 0x04 - 0x07 to
0b10101010
(±5 V) - Read back registers 0x04 - 0x07
The result will be:
0b11110000
0b11110000
0b11110000
0b11110000
The expected result should be:
0b10101010
0b10101010
0b10101010
0b10101010
Also observe the erroneous channel readings.
Feed DVDD with 3.3 - 5 V and observe correct behaviour.