Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUsing SPI Without MISO
Hi All I'm using a Nios II as a SPI master and connecting to a DAC (LT1452) slave. The DAC has no returning MISO line, is it still possible to use the Altera SPI core? I was assumin...
Altera_Forum
Honored Contributor
13 years agoYou can indeed connect MISO to MOSI, but it's even better to connect it to a constant signal, either '0' or '1', and then the receiving shift register will be optimized away.