Hello everyone
In our application, we need to do the data corner turn. We have 24*65536 Bytes data matrix. We want to rearrange it in 65536*24. Which is the same idea as the Data Sorting Example shown in the Section 3.3 in EDMA User Manual (showing below). So, ACNT = 4, BCNT = 65536, CCNT = 24. As shown in the example SRCCDX is ACNT * BCNT, which is larger than the SRCCDX range[-32768 32768].
So, how can I deal with problem?
Thanks.
Xining