Forum Discussion
Altera_Forum
Honored Contributor
14 years agoalt_uncached_malloc() gives you an address that is uncached, it doesn't stop other data items sharing the cache line, nor invalidate/flush that part of the data cache.
This may, or may not, be your problem ...