Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSPI with DMA is not working?
Hi, everyone I am using SPI Master Core on FPGA to transmit data to SPI slave (offboard device). I want to use DMA to free my NIOS for other tasks during SPI data transfer. My Idea is NIOS...
Altera_Forum
Honored Contributor
14 years agoI've not used SPI with Avalon-ST interface, but since it's a streaming interface, there should be no problems if You will not use data reception part, since it's not keeping data in any buffer. Check documentation.