Tool/software:
Hi TI,
I use TLV320ADC3101 develop project now, below is my schematic:

I2S mode, MCLK=12.288M fs=48k BCLK=1.536M, 16 bits
My register configuration is as follows:
I2CWRITE(I2C_ADC31, 0, 0X0);
I2CWRITE(I2C_ADC31, 1, 0X01);
I2CWRITE(I2C_ADC31, 4, 0X03);//use PLL
I2CWRITE(I2C_ADC31, 5, 0X91);//P R
I2CWRITE(I2C_ADC31, 6, 0X01);//J
I2CWRITE(I2C_ADC31, 7, 0X00);//D MSB
I2CWRITE(I2C_ADC31, 8, 0X00);//D LSB
I2CWRITE(I2C_ADC31, 18, 0X81);//NADC
I2CWRITE(I2C_ADC31, 19, 0X82);//MADC
I2CWRITE(I2C_ADC31, 20, 0X80);//AOSRS
I2CWRITE(I2C_ADC31, 27, 0X00);
I2CWRITE(I2C_ADC31, 61, 0X01);
// Set register ------------------------->page 1
I2CWRITE(I2C_ADC31, 0, 0X01);
I2CWRITE(I2C_ADC31, 51, 0X0);
I2CWRITE(I2C_ADC31, 59, 0X0);
I2CWRITE(I2C_ADC31, 60, 0X0);
I2CWRITE(I2C_ADC31, 52, 0XFC);
I2CWRITE(I2C_ADC31, 55, 0XFC);
// Set register ------------------------->page 0
I2CWRITE(I2C_ADC31, 0, 0X0);
I2CWRITE(I2C_ADC31, 81, 0XC2);
I2CWRITE(I2C_ADC31, 82, 0X0);
I2CWRITE(I2C_ADC31, 83, 0X0);
I2CWRITE(I2C_ADC31, 84, 0X0);
There are two issue:
1.When a 1 kHz positive wave is input, the output becomes 2 kHz. And there is interference from other frequency bands.

2.There is a noise signal of about 25db, and the frequency is about 45Hz-100Hz when I didn`t give input,

Would you like share some suggest to help us solve this problem?
BR
Cayden




