Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIf your CPUs have a data cache it is possible that they won't detect changes in the main RAM, when the value to read is already crached.
Either change your pointers to non cached, using the alt_remap_uncached() function, or use the IORD/IOWR macros to acces the shared memory. Those macros always bypass the cache.