Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNios II - Data cache problem
Hi all, I'm using a Cyclone III DSP Kit (DK-DSP-3C120N) and uClinux. Some days ago I realized a working design which includes a Nios II processor characterized by only an instruction cache. Wi...
Altera_Forum
Honored Contributor
14 years agoYour driver is probably using ioremap_nocache() to map in the device registers - in which case the address you are given will be uncached and you won't need to do explicit cache flushing.
Which might mean your original problem is elsewhere.