Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI found another issue.
just for testing I shut off RX path and use DMA to stream 5 bytes data to SPI TX holding register. but no success! I could only send 2 bytes and then I got a TOE. SPI has signal "readyfordata" als flow controll. But I can not find any signal somehow like that on DMA write master, which leads DMA send the 5 data to SPI without considering if SPI is ready or not. How does DMA controll data flows? Thanks