This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The customer want to configure the PCM1863 as differential input (VIN2P, VIN2M). The schematic is shown as below,
Case 1: When they add signal on pin 1 & 2 of ANALOGIN, the loudspeaker makes a sound.
Case 2: When they add signal on pin 3 & 2 of ANALOGIN, the loudspeaker makes no sound. I have observed that there were signals added on pin VIN2M.
The the waveform of DOUT pin for case 2 is shown as below:
And the configuration of the register is indicated as below:
Pcm1863_Write_Byte(0x07, 0x10);
//Pcm1863_Write_Byte(0x09, 0x10);
Pcm1863_Write_Byte(0x1, 0x0c);
Pcm1863_Write_Byte(0x2, 0x0c);
Pcm1863_Write_Byte(0x20,0x11);
Pcm1863_Write_Byte(0x26,0x3);
Pcm1863_Write_Byte(0x27,0x3f);
So do we need to do other configuration on the register? Or this issue is caused by other problems?