Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi dsl
Thank you for the reply. I'm using NIOS II/s as my cpu. I think the data cache should be disabled by default. In the "system.h", I also find "#define NIOS2_DCACHE_SIZE 0" I try to use IOWR and IORD to access the memory instead of using the pointer, because another post in this forum mentioned that the pointer access can use the data cache. The problem is still the same.