Is it possible using DMA to read the second half data from DCMI.
Hello everyone.
I want to use only CPU to read and process VGA image with YUV format from camera. It's mean we have 640*480*2 = 600kbytes each frame and this is more than the 500 kbytes memory of CPU that I use. (I want to transfer directly data from DCMI to CPU by DMA without using any other RAM.)
So I think is it possible if first step I read the first half data, process it and the second step for the remain data?
But I don't know this ideal is posible or the right way to change the DMA configure? It's really complicated for me.
Many thanks for any helpp!!!!