Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSerious Problem with DMA transfer.
Guys, I have a desperate problem on my hand. Using DMA to do burst transfers from DDR to on-chip RAM. Using the reference code as shown below. Searched all the forums and confirmed people using th...
Altera_Forum
Honored Contributor
15 years agoYour code footprint will change if you breath on it so instead of finding a spot that is not occupied I would do one of the following instead:
- Pre-allocate your buffer so that the compiler will not attempt to place anything there
- Dynamically allocate your buffer at run time