Forum Discussion
Altera_Forum
Honored Contributor
10 years agoCreating a terminal to control Nios-II to send commands to SPI slave
To ease testing of slave devices e.g memory devices, ADCs e.t.c is it possible to create an application where one has a terminal window open on PC from which one can write specific words to an SPI sl...
Altera_Forum
Honored Contributor
10 years agoActually I thought that there would be a ready made "terminal window" into Nios-II design accesible from Quartus or Eclipse or some reference design.
Looking at this it seems this is a custom solution. I think there is something about tcl commands that can be used to debug Qsys or SOPC designs, basically we write some tcl command into a command window aka terminal and it transmits something to the design on the FPGA to read/write memory locations. Don't know that details though, I was expecting a response along those lines. I mean it does not have to be the humble serial port, I think that this should be possible via the byte-blaster JTAG interface too.