Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Another question: my shared SRAM has base address = 0x04000000. Should I read/write it using base address = 0x84000000? --- Quote End --- If you want data to be immediately visible to another processor or peripheral, yes. I am pretty sure there are macros in uClinux that take care of this for you, check -- you might already be using them. (I am using the MMU version so can't check quickly myself). For Altera HAL, have a look at alt_remap_uncached and alt_dcache_flush.