Sir,
I have interfaced ADC6140 with TI DSP C6747.
Configured ADC6140 for word len of 16 bits, single ended ac coupled input. PGA gain to 6 dB.
McAsp0 RFMT register at DSP is set to 0x00018078 // no rotation, 16 bits len, pad with 0, msb first.
Normally I give 250 mV rms inp and I am getting proper sine wave.
To test a input overdrive case, I am giving 600 mV input (i.e. 600 mV at ADC input with pga gain of 6 dB= 1.2V rms ).
I was expecting samples shall be clipped (saturated) during peaks but instead these samples are garbled (i.e. +ve peak is coming as -ve value).
How do I ensure samples are saturated(clipped) during input overdrive condition?