I want to obtain a 24 bit value from ADC TLV320AIC3204, I configure it with 32 bit value: AIC3204_rset( 27, 3 ); // 32 bit audio word
and then I want to read it with the I2S.
I apply a big gain to a senoidal signal, I get a saturation in the peaks of the signal when I read from I2S, because I have only the value of the rx register I2S0RXLT1, but in the I2S0RXLT0 register I get only zero value.
The DSP controlling the ADC is the TMS320C5505.