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.

[参考译文] TLV320AIC3105:TLV320AIC3105具有低放大率

Guru**** 2379800 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1046466/tlv320aic3105-low-amplification-with-tlv320aic3105

器件型号:TLV320AIC3105

我尝试通过  PGA 左侧将连接到 LINE2L 的麦克风路由到输出右侧 LOP、

并通过右侧 PGA 将 LINE2R 连接到左侧 LOP。

为此,我将写入以下寄存器:

by_err=WriteRegCodec (12、0x00);        //过滤器关闭-

// 将 LINE2R 连接 到左侧 LOP/M
by_err=WriteRegCodec (16、0x77);        // PGA 右键未静音增益 db -
by_err=WriteRegCodec (22、0x7F);        // MIC1R -> PGA-右:0 1111 1 00:Line1R Not Connected - Right ADC powered up - Soft Stepping disabled
by_err=WriteRegCodec (23、0x00);        // MIC2R -> PGA-右:0 0000 0 00:增益0dB -
by_err=WriteRegCodec (84、0x80);        // PGA-R ->左侧 Lop:1 xxxxxxx:
by_err=WriteRegCodec (86、0x99);        // LeftLop :增益9db

LINE2L 至右 LOP/M
by_err=WriteRegCodec (15、0x77);        // PGA 左侧未静音增益 db -
by_err=WriteRegCodec (19、0x7F);        // MIC1L -> PGA-左侧:0 1111 1 10:Line1L 未连接-左侧 ADC 通电-软步进已禁用
by_err=WriteRegCodec (20、0x00);        // MIC2L -> PGA 左侧:0 0000 0 00:增益0dB -
by_err=WriteRegCodec (88、0x80);        // PGA-L ->右 Lop:0dB:
by_err=WriteRegCodec (93、0x99);        // RightLop:byMic 1 0 1:增益9db

路由正常、但输出右 LOP/M 上的声音非常低

使用的电路:  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Nicolas、

    设置以下内容并重试:

    寄存器19将数据设置为0x7B //将左侧 ADC 断电,因为您绕过 ADC 块

    寄存器22将数据设置为0x7B //关闭右侧 ADC,因为您绕过 ADC 块

    此致、

    Peter

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    这很有用、解决了我的问题。

    非常感谢!

    Nicolas