Hello,
We're porting a design from a previous ADS to ADS1271. The system uses the SPI interface to read data with F_SCLK = 15 Mhz, but the conversion clock is set to F_CLK = 300 Khz aprox. This violates the technical specification, which states that fSCLK must be lower or equal than fCLK.
We use only the first 16 most significant bits, and discard the remaining 8.
I want to know if this will work anyway, so we don't need to change the design. We don't care if some noise appears on the lower 8 bits. I DO care if the communication is scrambled because of the "invalid" SCLK frequency.
Thank you,
Best regards, Sergio L.