i.MX RT series data conversion from SPDIF to I2S

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

i.MX RT series data conversion from SPDIF to I2S

670件の閲覧回数
audio
Contributor III

Hello,

 

I have the codes for receiving SPDIF input and I2S output on i.MX RT processors, but I'm trying to find if there's any standard or most optimized way of converting the data for i.MX RT processors. Could anyone share if there's any documents or code examples which does the conversion?

 

Best regards

Brian

0 件の賞賛
返信
1 返信

665件の閲覧回数
art
NXP Employee
NXP Employee

There is no any internal hardware interconnection between SPDIF and SAI modules
inside i.MX RT SoCs. So, the only way to transfer audio from SPDIF to SAI is to
receive data from SPDIF, buffer them into memory and then send them to SAI
under software control, possibly, using DMA.

Best Regards,

Artur

0 件の賞賛
返信