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,
Thank you for answering. So what I should do is to connect NIOS instruction and data master to SPI core's control port and connect SPI's conduit end a memory for example. Then I should be able to read and write to the memory with such codes that you've written. Is it that simple? Thanks, Ugur