Tool/software:
Dear TI experts,
Hello
i am developing Signal Processing by using HWA. (AWR6843AOP / Only use MSS - HWA)
i have a one problem, i am trying to transfer data from HWA M2 memory through EDMA,
but only one colunm is not moved.
[M2 memory] : 0x520380000
[Destination] 0x5101EA00
EDMA Out parameter
syncABCfg.srcAddress = (uint32_t)(obj->hwaMemBankAddr[2]);
syncABCfg.destAddress = (uint32_t)(&detMatrixBase[0]);
syncABCfg.aCount = 4;
syncABCfg.bCount = 12
syncABCfg.cCount = cfg->staticCfg.numRangeBins;(40)
syncABCfg.srcBIdx = cfg->staticCfg.numRangeBins * sizeof(cmplx16ImRe_t); (160)
syncABCfg.dstBIdx = cfg->staticCfg.numRangeBins * sizeof(cmplx16ImRe_t); (160)
syncABCfg.srcCIdx = 4;
syncABCfg.dstCIdx = 4;
Could you please share solution ?
best regards
JINHYUN JEONG