Forum Discussion
RichardT_altera
Super Contributor
5 years agoYou may checkout the section 4. Avalon-ST Serial Peripheral Interface Core.
The Avalon-ST SPI core waits for the nSS signal to be asserted low, signifying that the SPI master is initiating a transaction. The core then starts shifting in bits from the input signal mosi.
Thus, the nss need to be low during the complete transaction.