I have an ADS1262 connected to a 5.0000 voltage reference and voltage divider to bring voltage down to 10mV. After it is stable, for example I get 9.99994182 or 9.99994277. It jumps back and forth between those two values. I'm just wondering if I have the gain set right in my C++ code. Here is the line: PC_ADS1262.ads1262_Reg_Write(MODE2, 5<<4 | 1);
The 5<<4 is the part that seems to set the gain. Do you know if that is correct to get a gain setting of 32? Does anything other than MODE2 need to be adjusted?