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.

[参考译文] TAS5825M:与96K 采样率相关的问题

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

https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1446598/tas5825m-question-related-to-96k-sample-rate

器件型号:TAS5825M

工具与软件:

您好!  

问题描述:最初、我们的器件可以在48K 采样率下运行、并消耗高达38W 的功率。 然而、它无法以96k 的采样率运行。

一位 TI 工程师提供了一个低于初始设置的值、该设置允许器件以96k 的速度运行、但将其功耗限制为10W。

将功耗增加到10W 以上会导致失真。 你有什么建议吗?

buf[0]=0x00;//
AMPIIC_AMF Reg_Write (0x00、buf、1);
buf[0]=0x00;//
AMPIIC_AM7f Reg_Write (0x7f、buf、1);
buf[0]=0x02;//
AMPIIC_AMF Reg_Write (0x03、buf、1);
buf[0]=0x11;//
AMPIIC_AMP01 Reg_Write (0x01、buf、1);
buf[0]=0x11;//
AMPIIC_AM7d Reg_Write (0x7d、buf、1);
buf[0]=0xff;//
AMPIIC_AM7E Reg_Write (0x7E、buf、1);
buf[0]=0x01;//
AMPIIC_AMF Reg_Write (0x00、buf、1);
buf[0]=0x05;//
AMPIIC_AMF Reg_Write (0x51、buf、1);
buf[0]=0x02;//
AMPIIC_AMF Reg_Write (0x00、buf、1);
buf[0]=0x00;//
AMPIIC_AM1d Reg_Write (0x1d、buf、1);
buf[0]=0x80;//
AMPIIC_AMF Reg_Write (0x19、buf、1);
buf[0]=0x00;//
AMPIIC_AMF Reg_Write (0x00、buf、1);
buf[0]=0x11;//
AMPIIC_AMF Reg_Write (0x46、buf、1);
Buf[0]=0x00;
AMPIIC_AMF Reg_Write (0x02、buf、1);
buf[0]=0x01;//
AMPIIC_AMP53 Reg_Write (0x53、buf、1);
buf[0]=0x00;//
AMPIIC_EVM Reg_Write (0x54、buf、1);
buf[0]=0x02;//
AMPIIC_AMF Reg_Write (0x03、buf、1);




buf[0]=0x00;//
AMPIIC_AMF Reg_Write (0x00、buf、1);
Buf[0]=0x00;
AMPIIC_AM7f Reg_Write (0x7f、buf、1);
Buf[0]=0x00;
AMPIIC_AMF Reg_Write (0x30、buf、1);
延迟1ms (50);//5ms 等待复位完成。
Buf[0]=0x02;
AMPIIC_EVM Reg_Write (0x60、buf、1);
Buf[0]=0x09;
AMPIIC_AMP62 Reg_Write (0x62、buf、1);
Buf[0]=0x30;
AMPIIC_AM4c Reg_Write (0x4c、buf、1);
Buf[0]=0x03;
AMPIIC_AMF Reg_Write (0x03、buf、1);
Buf[0]=0x80;
AMPIIC_AMF Reg_Write (0x78、buf、1);

谢谢  

Welson