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.

[参考译文] PCM1865:25dB增益问题

Guru**** 2442090 points
Other Parts Discussed in Thread: PCM1865

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

https://e2e.ti.com/support/audio-group/audio/f/audio-forum/712699/pcm1865-25db-gain-issue

部件号:PCM1865

您好,

我在MIC输入设计中使用了PCM186.51万mV输入,在PCM1865中设置了20dB增益,DA输出正常,但我设置了25dB增益,输出波形不正常, 如 下图  所示。顺便说一下,DA是0dB增益,如果我调整DA增益,则存在问题。 那么,PCMd1865不能设置这么大的增益吗?

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

    您好,Li,

    用于麦克风输入的100mV输入信号,带 25dB增益不应导致任何问题,因为有足够的磁头...我将在此处的实验中复制相同的测试条件,并让您知道结果,但您是否能够分享更多详细信息,如DIFF/SE模式和其他配置详细信息,以供您的测试使用。

    谢谢。

    此致,
    Ravi

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

    e2e.ti.com/.../PDA2000B_5F00_MAIN.pdf

    您好  ,Ravi:

    这是示意图 

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

    这是配置文件,

    unsigned char reg[1]={0x00";
    REG[0]= 0xff;
    _write_pcm1865 (reg,0x00,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x00,1);
    delay_ms(5);

    REG[0]= 0x00;
    _write_pcm1865 (reg,0x00,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x00,1);
    delay_ms(5);

    REG[0]= 0x11;
    _write_pcm1865 (reg,0x20,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x20,1);
    delay_ms(5);

    REG[0]= 0x07;
    _write_pcm1865 (reg,0x26,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x26,1);
    delay_ms(5);

    REG[0]= 0x3F;
    _write_pcm1865 (reg,0x27,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x27,1);
    delay_ms(5);

    REG[0]= 0x03;
    _write_pcm1865 (reg,0x0B,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x0B,1);
    delay_ms(5);

    REG[0]= 0x01;
    _write_pcm1865 (reg,0x0c,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x0c,1);
    delay_ms(5);

    REG[0]= 0x00;
    _write_pcm1865 (reg,0x0d,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x0d,1);
    delay_ms(5);

    //reg[0]= 0x40;
    REG[0]= 0x40;
    _write_pcm1865 (reg,0x06,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x06,1);
    delay_ms(5);

    // reg[0]= 0x46;
    REG[0]= 0x46;
    _write_pcm1865 (reg,0x07,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x07,1);
    delay_ms(5);

    REG[0]= 0x41;
    _write_pcm1865 (reg,0x08,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x08,1);
    delay_ms(5);

    REG[0]= 0x41;
    _write_pcm1865 (reg,0x09,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x09,1);
    delay_ms(5);

    REG[0]= 0x00;
    _write_pcm1865 (reg,0x01,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x01,1);
    delay_ms(5);

    REG[0]= 0x00;
    _write_pcm1865 (reg,0x02,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x02,1);
    delay_ms(5);

    REG[0]= 0x00;
    _write_pcm1865 (reg,0x03,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x03,1);
    delay_ms(5);

    REG[0]= 0x00;
    _write_pcm1865 (reg,0x04,1);
    delay_ms(5);
    _read_pcm1865 (reg,0x04,1);
    delay_ms(5);

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

    感谢您提供更多详细信息。 我将查看SCH并查看配置详细信息,以便在EVM上运行测试。 我应该在你完成我的端测试和SCH审核后再回来  

    此致,
    Ravi