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.

the usage of DAT moudle

Hi,all

                  There have two statements:

                  id = DAT_copy (&src,&dst,600*800);
                  DAT_wait(id); 

                  I test the cost of the DAT_wait(),it cost thousands of cycles. when we are waiting for the EDMA transfer data,meanwile,the dsp cannot do nothing but

                  wait....there have some approaches  to solve this problem? That means when the dsp handles the data the EDMA3 transfer the data at the same time.

                  Are there have some examples with this problem?