Forum Discussion
Altera_Forum
Honored Contributor
19 years agoAre you using -O2 or -O3 in the run configuration? there may be some optimizations done by the compiler that removes some "unuseful" writes to memory.... did you declared your data as "volatile"?
Paolo