Hi All,
We have a TMS320C5515 based prototype board. One of our applications demands to have communication between two I2S.
Lets assume the audio signals from I2S3 has to be given to I2S4.
Can this be acheived?
Thanks & Regards,
Naveen
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.
Hi All,
We have a TMS320C5515 based prototype board. One of our applications demands to have communication between two I2S.
Lets assume the audio signals from I2S3 has to be given to I2S4.
Can this be acheived?
Thanks & Regards,
Naveen
The 'C5515 only has 4 I2S buses, I2S0 through I2S3. There is no I2S4.
The easiest thing to do would be to use the CPU to take samples from one bus, and put them on another.
If you want to use DMA, you will have to use two controllers since no one controller can see more than one I2S bus. Thus there will be latency, but that might be acceptable in your implementation.