Forum Discussion
Altera_Forum
Honored Contributor
15 years agovolatile isn't enough. You need to use the alt_remap_uncached() function to directly access a register if you have cache. The IORD* macros are easier to use for that purpose.
volatile isn't enough. You need to use the alt_remap_uncached() function to directly access a register if you have cache. The IORD* macros are easier to use for that purpose.