I am using an ADS1263 for ADC conversion on channels 1 to 9. I can see that some channels works as expected but some other channels show positive overflow at input voltages in 0V range.
Here is my printout:
ADC device 1 channel 7: Raw Value=0x7fffffff (2147483647) Voltage=2.500100V Conversion Data Ready Bit=1; PGA Low Error=4, PGA High Error=4, PGA Diff. Error=4, No of Conversions=4
Conversion readout CRC is ok.
And here is my register map printout:
spi_adc_ads1263_regmap
Status printout of spi ADC ADS1263:
1. ADC ADS1263 32 bit IC40 SPI address 3 index 0:
1a. ID=0x23:
1b. power=0x11:
1c. interface=0x5:
1d. mode0=0x40:
1e. mode1=0x80:
1f. mode2=0x82:
1g. inpmux=0x7a:
1h. ofcal0=0x0:
1i. ofcal1=0x0:
1j. ofcal2=0x0:
1k. fscal0=0x0:
1l. fscal1=0x0:
1m. fscal2=0x40:
1n. idacmux=0xbb:
1o. idacmag=0x0:
1p. refmux=0x0:
1r. tdacp=0x0:
1s. tdacn=0x0:
1t. gpiocon=0x0:
1u. gpiodir=0x0:
1w. gpiodat=0x0:
1v. adc2cfg=0x0:
1y. adc2mux=0x1:
1z. adc2ofc0=0x0:
1q. adc2ofc1=0x0:
1aa. adc2fsc0=0x0:
1ab. adc2fsc1=0x40:
Do you have some idea why this is happening?
Best regards Simon Mali