工具与软件:
您好!
问题描述:最初、我们的器件可以在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