does stm32h7b3i-dk Audio input support sennheiser MKE 200 microphone
Hello,
I am trying to get a microphone (senheiser MKE 200) to work , it has TRS connector and it needs 2-10V BIAS (I think :) )
I looked at schematics and the datasheet for the codec , MIC1 doesnt seem to have a MIC BIAS voltage support but the BSP has the below code which sets BIAS to MIC2 (which is not at all present on the board)
/* Mic control : ADC single volume off, ADCB boost off, ADCA boost off, MicBias on AIN3B/MICIN2 pin, MicBias level 0.8xVA, MICB boost 32db, MICA boost 32dB */
tmp = 0x03U;
ret += cs42l51_write_reg(&pObj->Ctx, CS42L51_MIC_CTRL, &tmp, 1);
I am really confused with stm32 design, does MIC1 support BIAS ? do I need one ?
and why BIAS is applied to MIC2?
Board: stm32h7b3i-dk
Audio codec: Cs42l51
