Hi,
pdk_c667x_2_0_16\packages\ti\csl\example\edma\edma_test.c
Could you please briefly explain the following code in edma_test, I don't understand the configuration of .srcDstBidx, myParamSetup.srcDstBidx = CSL_EDMA3_BIDX_MAKE(1,1). In the case of A-synchronized transfer, why not myParamSetup.srcDstBidx = CSL_EDMA3_BIDX_MAKE(Acnt, Acnt)?