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 agoI have a similar configuration. I am building it using DMA instead of SGDMA. I would like to know how different is between SGDMA and DMA. I realized in SOPC, SGDMA has more connections, which I have no idea to connect them. Thank you.