Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI think the Jtag Avalon Master component is somewhat faster than the Nios II OCI, but of course it uses more logic.
If you want to use the Nios II OCI then the commands you need are [processor_stop <path>] before the memory accesses and [processor_start <path>] afterwards. Which version of SystemConsole are you using? Version 12.0 and later should stop the processor for you automatically while it does the write, but only if you used claim_service to open it (check the docs for claim_service).