Forum Discussion

JET60200's avatar
JET60200
Icon for Contributor rankContributor
7 years ago

Arria10 SOCFPGA ARM DMA usage - way to use ARM DMA to copy bulk data inside DDR ?

I am using A10 SOCFPGA , where Linux runs on SOC ARM(dual-A9). ​ In my application, there‘re bulks of memory copying from one place to another place each 1ms,currently I use memcpy() which occupy ...