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.

[参考译文] TLV320AIC3204:初始代码

Guru**** 2540720 points
Other Parts Discussed in Thread: TLV320AIC3204

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

https://e2e.ti.com/support/audio-group/audio/f/audio-forum/983308/tlv320aic3204-initial-code

器件型号:TLV320AIC3204

您好、先生、

您能否查看以下 TLV320AIC3204的初始代码设置并向我的客户分享评论? 谢谢!

AIC3204从机地址= 0x30

void AIC3204_Init (void)

       mi2c_wr_Byte (AIC3204、0x00、0x00);

       mi2c_wr_Byte (AIC3204、0x01、0x01);

       Dly500us (1);//软复位

       mi2c_wr_Byte (AIC3204、0x00、0x00);     //页

       mi2c_wr_Byte (AIC3204、0x12、0x81);

       mi2c_wr_Byte (AIC3204、0x13、0x82);

       mi2c_wr_Byte (AIC3204、0x3d、0x01);

       mi2c_wr_Byte (AIC3204、0x00、0x01);     //页

       mi2c_wr_Byte (AIC3204、0x01、0x08);

       mi2c_wr_Byte (AIC3204、0x02、0x00);

       mi2c_wr_Byte (AIC3204、0x3d、0x00);

       mi2c_wr_Byte (AIC3204、0x47、0x32);

       mi2c_wr_Byte (AIC3204、0x7b、0x01);

       mi2c_wr_Byte (AIC3204、0x34、0x80);

       mi2c_wr_Byte (AIC3204、0x36、0x80);

       mi2c_wr_Byte (AIC3204、0x37、0x80);

       mi2c_wr_Byte (AIC3204、0x39、0x80);

       mi2c_wr_Byte (AIC3204、0x3b、0x0c);

       mi2c_wr_Byte (AIC3204、0x3c、0x0c);

       mi2c_wr_Byte (AIC3204、0x00、0x00);     //页

       mi2c_wr_Byte (AIC3204、0x51、0xc0);

       mi2c_wr_Byte (AIC3204、0x52、0x00);

 

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

    您好、Henry、  

    您希望通过初始代码设置实现什么信号路由? 另请共享时钟输入的频率。

    此致。