Forum Discussion
Altera_Forum
Honored Contributor
10 years agoUpload Data via NIOS2 Command Shell
Hello, my intention is to read data from NIOS memory (e.g. onchip RAM or SRAM) via the NIOS2 Command Shell. I have running a script and want to read at a special memory address, which is written by ...
Altera_Forum
Honored Contributor
10 years agoyou could use a simple UART-based protocol between your host machine (PC with a skript, or C-Code) and the NIOS.
The most simple implementation is to use putchar and getchar?!