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.

ADS1298ECGFE-PDK: Data Format

Part Number: ADS1298ECGFE-PDK
Other Parts Discussed in Thread: ADS1298

Hello ,

My issue is when i was storing data from ads1298 evaluation software. It gives 4 bytes of data. 

but in Datasheet. Its given 3 bytes of data. (please correct me if i am wrong).

I want to know if one byte is padding from software or it is a valid data.

Regards

Anurag Tamboli

  • Hello Anurag,

    You are correct that there is only 3 bytes of data. The channel data is either stored in a 32 bit or 64 bit variable, the rest of the bits are just padded. As you can see from my measurement, there is always 3 bytes of data, they are the right-most LSB. I'm not sure why negative data has 5 bytes of padding vs positive data having only one. Just take the 3 LSB bytes from the right and that will be your data. Hope this clarifies

    Blue: Data

    Red: Padding

  • Hello Matt,

    Thank you for your reply. It really helped me.


    Regards
    Anurag Tamboli