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 agoYou need to decide if your project is to have an elaborate command line system or to do stuff with I2C. It's fairly simple to write a simple 1 character command parser, but going beyond that becomes a software project.