Hi,
I am using EVAL-AD7770FMCZ evaluation board and trying to read data for 3 channels of the ADC using SPI. Following is the initialisation sequence that I am following
1. Enable High Resolution Mode
2. Enable channel 1,2,3 only
3. Changing the output data rate to 1 KSPS
4. Asserting the SCR load update bit in SCR update register for two clock cycles
5. Starting the conversion and enable the SPI mode
When the SPI is enabled, the sigma delta conversion data is available on the SDO pin. This data I am reading as soon as data ready pulse is generated. The data is available at 1 KSPS for some short duration and then the ADC stops working. There is no data ready pulse after some time and the ADC goes into unknown state and I need to force restart the entire system. The duration for which the data is available on the SDO pin also varies every time, but it is available for very short duration.
Is there any step that I am missing or doing wrong?
Any help will be highly appreciated.
Thank you in advance.