Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWhat is the Altera SPI name convention?
Maybe it is a beginner question: If I configure in QSYS a SPI-Bus I export the external line with the name "spi_1_external". Now I would like to connect a dac to this spi which has following li...
Altera_Forum
Honored Contributor
11 years agoYou can use the built in nios 'IOWR' macro. E.g. IOWR(PIO_BASE, address, data).
Cheers, Alex