Hi,all

                   I use the simulator of C6474 on CCSV3.3.

                  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?