Forum Discussion
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.