I am creating a video processing application for the DM8148 and would like to use QDMA from the ARM processor for copying memory buffers because memcpy is too expensive.
I have found a lot of documentation relating to using DMA from the dsp, but nothing related to the ARM processor.
Is it possible to initiate a QDMA transfer from the ARM processor? and if so, where can I find information regarding this?