Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSPI with NIOS2 in qsys
Hi, I want to implement SPI in Qsys with one side NIOS 2. Well in SPI core of altera there is a function " int alt_avalon_spi_command(alt_u32 base, alt_u32 slave,alt_u32 write_length,c...
Altera_Forum
Honored Contributor
13 years agoHi,
No need to connect the NIOS instruction master to the SPI core since you're not reading executable code from it. But otherwise, yes, it is that simple. Make sure you set the parameters appropriately when including the SPI in your Qsys design (clock rate, polarity, etc). Mark.