Hello TI Community,
I need to send data from two ADS1278 in Daisy Chain (16 channels) to a MCU with a data rate Fdata_min = 2kHz
To this purpose I use a 2.048MHz oscillator.
As I want the ADC to consume as less power as possible, I set it at first in "Low Power" mode (MODE[1:0] = "10") with CLKDIV = 1, so I have Fclk/Fdata = 512 and a Fmod/Fdata=64.
Then I get a Fdata = 4kHz and Fmod = 256kHz.
However, I noticed ther Low-Speed mode was less power consuming than the Low-Power one (50 to 80mW instead of 245 to 355mW according to the page 5 of the datasheet, which is a big difference!).
Then, I hesitate to set at Low-Speed instead of Low-Power mode (with CLKDIV = 0 to get the exact same frequency ratio with the same oscillator), because I wonder why, with the same clock/data/modulation frequencies, there could be such a big consumption difference between these two modes.
Could you please give me some explanation?