ZYNQ: DMA-Driven Audio Output

Now it is going to pay off that we are using an AXI interface on our I2S transmitter. We can now exchange the FIFO with a DMA controller. DMA stand for “Direct Memory Access”. The DMA controller can move data from the main memory to the AXI stream interface without bothering the CPU. This allows … Continue reading ZYNQ: DMA-Driven Audio Output