Forum Discussion
Altera_Forum
Honored Contributor
8 years agoDE1-SoC audio playback from SD card
Hi, I am interested in playing audio files (any format) from SD card using HPS on DE1-SoC board. So far, all my work is based on FPGA, where audio codec is configured and audio processing is p...
Altera_Forum
Honored Contributor
8 years agoOne possible way is to have the HPS read from the SD card and write to the 1GB memory. Then, using the F2S bridge in the FPGA, have the FPGA logic to retrieve the content from there. The other way is to have HPS continuously write into FPGA on chip location, so that your IP can retrieve the info from there.