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.

ADS1292: A problem with the output data of ADS1292

Part Number: ADS1292


Hi guys:

I met a problem when I tried to read the 72 bits data of ADS1292 through MCU . The trouble is whatever I try to change the register parameters of CH1SET , the output data is always  FF C0 0 0 1 80 0 0 FF . It looks like the channel 1 has been closed and the data is dislocated. When I checked the circuit, I found that  IN3N and IN3P were connected to AGND instead of AVDD. The following parameters are my configuration.

ADS_REG(WREG|CONFIG1,0X01); 
ADS_REG(WREG|CH1SET,0X00); 
ADS_REG(WREG|CH2SET,0X00); 

ADS_REG(WREG|RLD_SENS,0X23);
ADS_REG(WREG|RESP2,0X07); 

ADS_REG(WREG|RESP1,0X02);

Hope you guys can help me to solve this problem.Thanks!

Regards,

Chris