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.

[参考译文] TLV320AIC3268:采用 ASI3的 I2S 格式音频

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

https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1087173/tlv320aic3268-i2s-format-audio-in-asi3

部件号:TLV320AIC3268
“线程”中讨论的其它部件:PCM1808

大家好,

我尝试 使用 I2S 将 PCM1808与 TLV320AIC3268的 ASI3连接,但耳机输出上没有信号。 对于我进行的简单连接测试,请参见下图。

我还对符合以下片段的 ASI3寄存器进行了一些配置:

;ASI3
reg[0][4][33] = 0x10		; ASI3 Audio Interface = I2S, 24 bits
;reg[0][4][39] = 0x06
reg[0][4][40] = 0x50

;ASI3 BCLK Input on GPIO1 
reg[0][4][55] = 0x21		;B0_P4_R55_D[6:4]=010	B0_P4_R55_D[2:0]=001	
reg[0][4][86] = 0x04		;B0_P4_R86_D[6:2=00001

;ASI3 WCLK Input on GPIO2
reg[0][4][87] = 0x04		;B0_P4_R87_D[6:2]=00001
				;B0_P4_R55_D[6:4]=010

有人可以帮帮我吗? PCM1808和耳机输出正常,因为我 使用 I2S 将 PCM1808与 ASI1/ASI2连接,并且可以正常工作。

非常感谢。

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

    很抱歉,主板上的连接错误。 工作正常。

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

    好的,谢谢。