Hello TI experts,
My customer tests ADS1293 with their own application.
they uses different register settings for each channel. and they tried to change the settings of register while the power is on, they saw noise and lead-off fault randomly. (about 1 time per 10 tries)
here are the codes of the customer which have matter.
-----
ADS1293_A_STOP_CONV();
ADS1293_A_SetRegister(0x01, 0x1A); // previous 0x22
ADS1293_A_SetRegister(0x02, 0x1A); // previous 0x22
ADS1293_A_SetRegister(0x03, 0xC0);
ADS1293_A_SetRegister(0x0A, 0x06); // previous 0x0E
ADS1293_A_SetRegister(0x0C, 0x04); // previous 0x21
ADS1293_A_START_CONV();
-----
the question is, I want to know that is it necessary to reset some register settings or do other action after I change the values of the register above.
or could you advise me the reason of the noise and fault detection?
please let me know if you want more information about this matter. Thanks.
Best regards,
Chase