LPC5512 - I2S

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC5512 - I2S

973件の閲覧回数
MartinK7
Contributor I

Hello,
I have here design design with LPC5512 and I need to connect TLV320AIC3104 with it through I2S. I'm not sure if it is possible 'coz each I2S channel have only one I/O pin for data and I need 2 of them (one for TX and second for RX).

 

thx

ラベル(2)
0 件の賞賛
返信
3 返答(返信)

940件の閲覧回数
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello MartinK7

The I2S protocol states 3 signals: Serial Clock(SCK), Word Select (WS) and Serial Data. The LPC5512 has 7 flexcomm modules that can be used as USART, SPI, I2C and I2S. You may use one for Tx and  the other for Rx.

 

Let me know if this is helpful, if you have more questions do not hesitate to ask me.

Best regards,

Omar

0 件の賞賛
返信

927件の閲覧回数
MartinK7
Contributor I

So, it is possible configuration below?

First FLEXCOMM

Serial Clock(SCK)

Word Select (WS)

Serial Data - Tx

 

Second FLEXCOMM

Serial Data - Rx

 

(where clocks and buffers are internally synchornized)

0 件の賞賛
返信

916件の閲覧回数
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello MartinK7

 

For the I2S protocol is necessary to have SCK, WS, and Serial Data. If clocks and buffers are internally synchronized you may experience issues.

I suggest you consider the SPI protocol since it has one serial input and one serial output.

 

Let me know if this is helpful, if you have more questions do not hesitate to ask me.

Best regards,

Omar

0 件の賞賛
返信