ZYNQ: Progress Update of Ongoing DMA Transfers Using Interrupts

In a previous post, we made a simple WAV file player which loads the WAV file completely into RAM and plays it from there. That is not ideal for a few reasons. First of all loading a 300MByte WAV file from SD card takes a few seconds. Furthermore, we are wasting precious memory. How about … Continue reading ZYNQ: Progress Update of Ongoing DMA Transfers Using Interrupts