Altera_Forum
Honored Contributor
13 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 - DMA - SPI(master) <-> SPI (slave / extern device) I can not understand, how can it work. SPI master core send and receive data at the same time. After sending, e.g, 8 bits data I also have to read the 8 bits data in RXdata register which resets RRDY bit in status register. Otherwise I will get a ROE (Receive overrun error), If I send another 8 bits data. If I use DMA to send, e.g., 20 bytes data continiously without reading any data from SPI Rxdata, I will definetely get error and Sending will not be successful. Has someboby really used SPI with DMA to send data? How can it work? Thanks a lot!