Forum Discussion
Altera_Forum
Honored Contributor
16 years agomemory-to-memory sgdma problem
Hello, I am testing the sgdma core by copy data from one on-chip-memory buffer to the other. However, I met a confusing problem that the actual_transfered_bytes is always zero. Can anybody he...
Altera_Forum
Honored Contributor
16 years agoIf you have a data cache enabled, it will probably prevent you from reading the updated values.
You can use alt_remap_uncached() to change a pointer value to something that will force the CPU to bypass the cache.