Hi, I am trying to get a consistent reading of the chip every 500 us
currently I send the SDATAC command. I set config 0 to 0x51 and config 1 to 0x08. I have my SPI set to 2MHz and every 500 us I send my RDATA command, wait 12 us and then read 4 bytes. I then switch an external mux (that feeds into AN1) and then send my SYNC command and wait the 500 us till the next cycle. However, I am getting inconsistent readings and sometimes see that the conversion isn't fully complete (two LSB's are still at 0). Is there something blatantly wrong in the way I am using this chip?