Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe write access is probably being cached. Include "io.h" and use IOWR instead (I prefer using IOWR_XDIRECT where X is either 8, 16, or 32). Search the Nios II software developers handbook for the cache information to learn more.