Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSPI master with DMA controller
Hi everybody! I need to implement an spi link beetwen a cyclone4 (master) and a spartan3a (slave) fpga. I would like to implement a DMA base solution where the master reads continuously data from sla...
Altera_Forum
Honored Contributor
14 years agoOk, thank you for the answer I understand SGDMA is better for my application. However SPI to Avalon-ST core is a slave core and I need the master one so I have to implement my own SPI master to Avalon-ST core.