Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSPI slave code
Hi, I'm using the QSYS SPI module as a slave. The SPI slave is supposed to receive sequences of bytes/characters. In order to make this happen, I'm using some SW code that reads the stat...
Altera_Forum
Honored Contributor
12 years agoLooks like I was able to solve this issue by using the "Synchronizer Stages" option for the SPI component.
By checking the "Insert Synchronizers" and adding a Depth of 2, the data being received is now consistent.