I use the DM6446 with the Mistral BSP for Windows CE 6.0.
I get the physical source address from the Videograbber for the actual frame and the destinationaddress. This addresses are sent by MSGQ from the ARM to the DSP for every frame. The algorithm is very simple and fast, but the image handling is very slow. I only work with the pointers to source and destination and there is only one memcpy to copy the calculated data into the destination. I work wihtout the EDMA.
Is there a faster way to handle the images??
The images are about 810kB.
Thanks for answers!
Peter