我想将 TLV320AIC3101与两个独立的麦克风配合使用。
能否帮助我检查设计是否有效?
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.
我想将 TLV320AIC3101与两个独立的麦克风配合使用。
能否帮助我检查设计是否有效?
您好!
是的、对于两个单端麦克风集成、麦克风连接看起来是正确的。
请参阅数据表第12.2.1节(www.ti.com/.../tlv320adc5140.pdf )以了解类似的用例。
此致、
Sakshi
您好!
共享为两个单端麦克风应用配置的寄存器设置示例:
假设器件地址为90h
W 90 19 c0 #Page 0寄存器25 MICBIAS 输出加电并连接到 AVDD 电平
#Page 0寄存器17 D7-D4用于 左 ADC PGA 混合的 MIC2L/LINE2L 输入电平控制
W 90 11 0f #将输入电平控制设置为0dB、以将 MIC2L 连接到左侧 ADC PGA 混合信号
#Page 0寄存器18 D3-D0用于右 ADC PGA 混合的 MIC2R/LINE2R 输入电平控制
w 90 11 f0 #Setting the input level control to 0dB to connect MIC2R to the right-ADC PGA Mix.(将输入电平控制设置为0dB 以将 MIC2R 连接到右 ADC PGA 混合信号。
此致、
Sakshi