Hi, I am using ADS1247 to read analog voltage from a thermocouple. Positive output of the thermocopule is connected to AN0 and negative to AN1.
I configure ADS1247 with the following data:
static const uint8_t adc_setup_TC[] = {0x40,0x03, 0x01,0x02,0x40,0x71}; //ADC TC config with VBIAS
I am able to read and verify the configuration data from ADS1247 successfully.
When I read ADC 24 bit output data it is always 7FFFFFh.
What am I doing wrong?
Thank you.