Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAttach the error pin to a pio register instead of an interrupt.
Actually, do both and add logic to disable the interrupt request. Then the software can read the 'error' flag and then request the SPI read when an error is indicated. I have seen spi-like hardware where the default state of the master was to poll-read one slave register.