Other Parts Discussed in Thread: ADS124S08
Hello,
We have a battery powered system that we originally designed using the ADS124S08, we have recently switched to the reduced performance ADS114S06 and have noticed around 50 uA more current draw on average with the new ADC. From the data sheet the power consumption looks identical.
Can anyone point me in the right direction as to what could be causing this? This is the only change on the board. We compared 2 identical firmware versions and the ADS114S06 was drawing more current on average.
The register configuration is like below:
PGA: 0x09
DATARATE: 0x3C
REF: 0x11
IDACMAG: 0x05
IDACMUX:0xF0
We have configured the ADC(s) in single shot mode, this is our procedure every 50ms:
- send WAKEUP command
- wait 7ms
- send START command
- wait 1ms
- send RDATA command (3 bytes for ADS124s08, 2 bytes for the ADS114s06)
- send POWERDOWN command
Any help is appreciated.
Thanks