This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

data rate shift on ADS1217

Other Parts Discussed in Thread: ADS1217, ADS1216, ADS1218

Dear all,

Component : ADS1217
Datasheet : SBAS260C

It's explain on the ADS1217's datasheet (p17) : that when the decimation register DEC0 & DEC1are set by default (1920) with a 2.4576MHz crystal, the data rate frequency is 10Hz so the /DRDY output should be at the same frequency.


I check that with the following equation(p24) :
Decimation Ratio = Fosc/(mfactor*Fdata)
                               = 2.4576*10^6/(128*10Hz)
                               = 1920

There is my registers setups:
    SETUP(00h)  = 00001110      
    MUX(01h)       = 00001000           
    ACR(02h)       = 01111000   
    IDAC1(03h)    = 11010000        
    IDAC2(04h)    = 00010100           
    ODAC(05h)    = 00000000           
    DIO(06h)        = 00000000           
    DIR(07h)        = 01000000
    DEC0(08h)    = 10000000           
    M/DEC1(09h)= 01110111
The others register are set by a SELFCAL command.

Problem:

The /DRDY output frequency is 9.4Hz instead of 10Hz...


Questions:

Does this shift is explain on any datasheet? If yes which one?

Does this error is the same with all the components?


Thanks you by advance for all yours support.

Julien