Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNios II Data cache bypass
Hello, I've created a SOPC component, where Avalon-MM slave port is connected directly to the Dual-Port RAM (1 read port, 1 write port). The hardware writes to the DPRAM and I want to reach that d...
Altera_Forum
Honored Contributor
14 years agoTry defining the pointer as volatile.
I'd also replace void* with unsigned int* (although I don't think this is the problem)