Altera_Forum
Honored Contributor
12 years agoNios2: DMA+FIFO
Hi everybody. I'm trying to transmit array from onchip memory through DMA to on chip FIFO and then read data from FIFO to another array. Parameters are as follows: fifo - depth=1024, dual clock mode, MM write/read interfaces,data width = 8, dma - data transfer fifo depth = 32, burst transfers are disabled. If I use burst transfers option dma transaction doesn't finish, without burst transfers option data transfer occurs, but the output array differs from original one (some bytes are the same, but other bytes are 0x00). Where could the problem be?