Hello,
I have some troubles with the SPI interface of the ADS8353-Q1.
I have found out that I can correctly read and write the user programmable registers using SPI mode 1. In this case, the read data is shifted 1 bit left. The same applies to the conversion result. The conversion result can be correctly read when the SPI mode 0 is used instead. However, the user programmable registers cannot be read and written anymore.
This device should latch the SDI data as well as update SDO data on the falling edge of the SCLK according to the datasheet. The standard SPI interface latches the SDI data on one edge and updates the SDO data on another edge. In other word this device does not have the (standard) SPI interface. Is this right?