Other Parts Discussed in Thread: ADS1256, ADS1262
Hi
My customer need help with ADS1263IPW.
When the external reference voltage is 2.5V (AIN0 ,AIN1 -), the second channel (AIN2)of ADC1 cannot be sampled, and the second channel(AIN2) of ADC2 is normal.Other channel sampling is normal. Why?
Register configuration is as follows:
void write_ADS126xREG(void) //单个写ADS1256寄存器
{ ADS126xSendStopCommand();
ADS126xSendADC2StopCommand();
ADS126xSendResetCommand(); //复位、校准
Reg_data[0]=0x03;
ADS126xWriteRegister(0x01,1,Reg_data); //power REG ref,vbias,reset
Reg_data[0]=0x05;
ADS126xWriteRegister(0x02,1,Reg_data); //Interface REG status, CRC checksum disable, 4data/6data
Reg_data[0]=0x00;
ADS126xWriteRegister(0x03,1,Reg_data); //Mode0 REG runmode , chop , delay
Reg_data[0]=0x89; //
ADS126xWriteRegister(0x05,1,Reg_data); //Mode2 REG PGA Bypass Mode
Thanks
Star