Hi,
I am using ACPY3 to transfer datas from bufa to bufb,
1), assign bufa in DDR2 and assig bufb in DDR2, the transfer is ok,
2), assign bufa in L2SRAM (or L1DSRAM) and assig bufb in DDR2, the tranfer is no effect.(datas in bufa is not transfer to bufb)
in 1) and 2), the dma PaRam is the same.
the DMAN3 config is
var DMAN3 = xdc.useModule('ti.sdo.fc.dman3.DMAN3');
DMAN3.heapInternal = "L1D_HEAP";
DMAN3.heapExternal = "DDR2_HEAP";
DMAN3.numQdmaChannels = 4;
DMAN3.qdmaChannels = [0, 1, 2, 3];
DMAN3.qdmaPaRamBase = 0x09004000;
DMAN3.paRamBaseIndex = 96;
DMAN3.numPaRamEntries = 32;
DMAN3.tccAllocationMaskH = 0xffffffff;
DMAN3.tccAllocationMaskL = 0x00000000;
DMAN3.qdmaQueueMap = [1,3,3,1,1,1,1,1];
DMAN3.queuePri = [3,7,0,7];
the DMA channel info is
dmaTab[0]: numTccs = 1; numPaRams = 7;qdmaChan = 0; paRamAddr = 9004cc0; env=10f00120
src addr:0x1080d800; dst addr: 0x8c901640