Forum Discussion
Altera_Forum
Honored Contributor
21 years agoDMA busy
I use a DMA to tranfer 1800 bytes. The DMA work. I need to make again the tranfert soon after the first transfer, but it took a long time between the 2 transferL. In fact the DMA is always BUSY....
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by kero kero keroppi@May 25 2005, 11:14 AM muffec, it looks like you're trying to read 1800/4 = 450 words sequentially starting at address "data_written", and write each word to the single location at address "memory_base". what is the nature of the slaves at address "data_written" and "memory_base"?
have you tried simulating this software in modelsim? --- Quote End --- thst's rigth i want to read from the SDRAM to the FIFO interface which i took on the forum in "post your own IP". I write, like you say, 450 words. I'm writting on the fifo in stream mode. I don't have modelsim.