Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNios SPI Master and interrupt from slave
Hello forum !! I have another issue i can't solve.. I have a nios2 processor running and I use a SPI protocol (in which I am the master) to communicate with a slave hardware. The slave, un...
Altera_Forum
Honored Contributor
12 years agoYou should connect that report pin to a PIO component in your Nios system. That PIO component can be configured to generate an interrupt when an edge is detected, and in your interrupt routine you trigger an SPI read.