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,
My customer is using TM4C123GH6PGE and audio codec TLV320AIC3254, they want to play recorded audio in SD card, it is possible to do with above Tiva controller, if means is there any application notes available, they want to play it at predefined time intervals. please help on this
Regards,
Aravind
Hello Aravind,
There is an application note in TIVA for the same.
http://www.ti.com/lit/pdf/spma042
Regards
Amit
Hi Amit,
yes i already gone thru this application note.Is there any sample code available for playing the recorded audio from SD card. how about the delay? will it take more time to play from SD card since we are paralleling two SPI interface to create I2S.
Regards,
Aravind
Hello Aravind,
You would need to use the application note along with the sd-card example to do so. I don;'t think a sample code is there along with the application note. To account for the delay, always do use the internal SRAM as a streaming buffer.
Regards
Amit