Hello,
I modified a little be edma_test.c at C:\ti\pdk_C6678_1_1_2_6\packages\ti\csl\example\edma.
srcBuff1 and 2 are located in MSM SRAM and dstBuff are in DDR3.
There are two command for testing edma. One is command for initializing srcBuff, the other is for execution edma.
I initialized srcBuff1/2 and checked those on Memory Browser of CCS6.
Some data were painted in blue. I attached pictures.
When I triggered edma, the data in blue were not copied to DDR3. The area for data in blue were just filled with zeros.
I need to know what blue area mean and how to solve this problem.