Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDMA burst data transfer
Hi I am working on DMA of Nios II , In SOPC builder i have set burst size of DMA as 128 words so i should be able to transfer 128 words or (128*4=512) bytes In Nios IDE i see i am ab...
Altera_Forum
Honored Contributor
16 years agoWell you are in luck, that is SDR SDRAM and the controller for that memory type is non bursting. So you do not need bursting at all so I recommend disabling burst support in the DMA and then you can transfer any memory to memory transaction you like.