We are developing a data logger board with an ADS1282 converter being controlled by a MSP430F5438 uC.
The analog circuitry is the exactly the same as the one shown on the ADS1282 datasheet for a geophone interface.
The converter seems to be working fine but we cant retrieve any data
Please give us a hint on what to try!
The voltage measured on the converter are:
V bypass = 1.8V
V Dvdd = 3.3V
V Avdd = 2.5V
V Avss = -2.5V
Vrefp = 2.5V
Vrefn = -2.5V
The clock input is at a 4.096MHz
There is No power supply sequencing, as this should not be a problem according to the datasheet.
After Power on, the converter start in the Read Data Continuos mode and asserts the DRDY pin periodically indicating the presence of new data.
The MSP set the M0, M1 and MCLK pins to gnd, and the SYNC, PWDN and RESET to vdd on start. Then issues a reset pulse (with correct duration) and waits for 100ms.
After this we have tried all sort of things to get the conversion data out of the converter, including sync pulses, RESET commands, SPI reset, different Mux connections, but the data present at DOUT
after DRDY is asserted is always 0x7FFFFFFF (with Sync and Fir filter on).
By the way the mux is ok, connecting the 2 channels together allow an input voltage on one channel to ouptut trough the other channel.
We have no idea of what is going on, the converter chip is mounted in several boards with the same problem. It has been changed several times.
The spi communications works fine, as the internal registers can be written and read without problems.