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.

ADS1298: Data retrieval question.

Part Number: ADS1298

Hello. I'm working in a project with the ADS1298 to acquire ECG signals. I want to use only one channel, the CH 8 (for topographic reasons, in the pcb, it would be better for me to use CH8 instead of CH1), so if I disable the other seven channels, would them appear in the data retrieval word? with zeros?.

I want this:

STATUS (24-bits) | CH8 (24-bits)

but I suspect that I will have this:

STATUS (24-bits) | CH1 (24-bits) | CH2 (24-bits) | CH3 (24-bits) | CH4 (24-bits) | CH5 (24-bits) | CH6 (24-bits) | CH7 (24-bits) | CH8 (24-bits)

with CH1 to CH7 with zeros or ones.

Thank you.