EDMA transmission problem: *I have attached the file provided by the customer for easy reference. Your response is highly apprecieated. Thank you.
According to the edma_test.c use case, a block transmission is implemented. If the source address and destination address are both in MSMC, the data transmission result is correct. Configure cmd file, source address in DDR3, while using #pragma DATA_SECTION to set the destination address to MSMC, data transmission error, the code is as follows, perhaps the example understanding is wrong, hope to give advice according to edma_test.c to achieve a block transmission;
The code is as follows:
Attached question from the image. Refer to the example of emda_test.c, set PaRAM as follows, where set ACNT to 256, BCNT to 1, CCNT to 1, using A transfer mode, according to the understanding of the manual,srcBidx=dtsBidx=ACNT,scrCidx=dstCidx=ACNT,But that's not how it's set up in the example.