Hello,
I am using DM6437. I have created a project based on the Video loopback example.
We are trying to transfer data from DDR2 to L1 Cache without using interrupt in loop. First we tried the data transfer from DDR2 to L1 by running the EDMA3TEST example project. When we run the example project the results are as expected.
We modified the "test_2D2D_nointr" function to copy the data from DDR2 to L1 cache. The same code when we used in our project to copy the data, the EDMA3_DRV_requestChannel goes for
infinite loop after second time onwards and
when we try to halt the execution, a below mentioned pop-up window
will appeared.
Can anyone help me? What is the problem and how to debug the code.
Regards,
Gurudath