Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDMA problem on alt_dma_txchan_send
Hi every body. I have a problem with the NIOS DMA setting. In my system, I need to read data from a device by a MM-Avalon interface, and write the data in a other device with the MM-Avalon inter...
Altera_Forum
Honored Contributor
14 years agoI had the same issue.
In my case I had accidentally kept the width of DMA length register as 4 bits, resulting in the -22 error you described. To solve this, I adjusted the width of the DMA length register to 13 bits (default setting). This is good enough for most transfers.