Forum Discussion
Altera_Forum
Honored Contributor
19 years agoTry to use a NIOS without caches - if it then works you should check your hardware access commands (always use IO commands to access hardware and not C pointers).
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15424)</div> --- Quote End --- Dear stonie, Thanks for your reply. I am not a software guy, so could you please explain to me what you mean by : "always use IO commands to access hardware and not C pointers" and why this should make a difference when running the code on my custom hardware directly compared to debug mode (which doesn't work properly)?