Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI have a problem about the sgdma when I used it to transfer vga data(800x600x4bytes)!
Hi, Just as the title describes,I wanna to use the SGDMA to tranfer VGA data which has much of data(800x600x4bytes=1920000bytes).SGDMA is configured to Memory to Streaming mode , the descripto...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- True, You must use data flushing if Nios is cached.
alt_dcache_flush_all(); --- Quote End --- Got it.I will try it torrow. Thank you very much!