Hi there,
I am using ADS1120 with internal clock, external reference (REFP0/REFN0) to convert an unipolar signal between AIN0 and AVSS, gain 1, bypass mode, continuous conversion, giving me the configuration values of: 0x81 0x04 0x40 0x00.
I can write those bytes and check the SPI signal on oscilloscope. Also, I can double check the write by reading the registers from ADS1120 with RREG.
After the start conversion command, though, no change occurs with the DRDY signal (always high) indicating no conversion was performed...
Extra information:
1-using a msp430fr5969 to interface with ads1120;
2-following the sequence from datasheet: reset adc, delay, write registers, etc;
3-tried single shot mode and same happens.
Any clue about it?
Thanks in advance,
Alex