This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

questions about EDMA

  Hi ,

I need to convert the the out put of CCDC  (which is in YUV422 interleaved CbyCrY , if my understanding is not wrong) to YUV 420 planar  for ma application.

For this I am planning to use EDMA3 ( Is there anything other than this ?)  . I tried to understand the example that they used for this conversion. In that i dint understand why did they put

  "  while ( trFinished == 0 ); // wait for transferring Y to finish  "

I  understood that till it transfers all Y values but when will get out from this loop ?

Thanks,

Thupakula