Hello,
I have a circuit which feeds a mic input to IN3L and IN3R
0x013368, //# reg[ 1][ 51] = 0x68 ; Mic Bias powered on, MICBIAS is 2.5V and generated from LDOIN
0x013404, //# reg[ 1][ 52] = 0x04 ; Route IN3L to LEFT_P with 10K input impedance
0x013640, //# reg[ 1][ 54] = 0x40 ; Route CM1L to LEFT_N with 10K input impedance
0x013704, //# reg[ 1][ 55] = 0x04 ; Route IN3R to RIGHT_P with 10K input impedance
0x013940, //# reg[ 1][ 57] = 0x40 ; Route CM1R to RIGHT_N with 10K input impedance
0x013B28, //# reg[ 1][ 59] = 0x28 ; Unmute Left MICPGA, Gain selection of 20dB for microphone
0x013C28, //# reg[ 1][ 60] = 0x28 ; Unmute Right MICPGA, Gain selection of 20dB for microphone
0x0051C0, //# reg[ 0][ 81] = 0xC0 ; Power up LADC/RADC
0x005200, //# reg[ 0][ 82] = 0x00 ; Unmute LADC/RADC
I would think that this would give me the same signal on both channels yet my right channel of DOUT is always 0x0000.
Any help would be appreciated.
Thank you,