Forum Discussion
Altera_Forum
Honored Contributor
14 years agodma instability
Hi...i am tring to copy memory from sram to sdram using dma. For some reason some of the data dosent transfered... Are there any suggestions what to look for to solve this problem? Thanks. A...
Altera_Forum
Honored Contributor
14 years agoIf you are getting memory with malloc() that is either uncached, or for which you are doing explicit cache operations, you do need to make sure that you only use a cache-aligned part of the buffer.
The altera function to malloc() uncached data doesn't stop the cache line being shared!