Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe SPI component documentation mentions that is is possible to combine it with a DMA component to automate long transfers.
If that doesn't suit your needs, you have two options: - Write a custom SOPC master to control the SPI SOPC component, replacing the logic you have in C. - Write a full-custom SOPC SPI component.