i.MX RT series data conversion from SPDIF to I2S

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

i.MX RT series data conversion from SPDIF to I2S

581 次查看
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 回复

576 次查看
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 项奖励
回复