Hello,
Is it possible to do random (variable-offset) scattering of data in a source array to a destination array using the EDMA3 module
Ex:
Source[10] = {1,2,3,4,5,6,7,8,9,10}
I want the destination to be somthing like this
Destination[10] = { 2,7,8,1,3,10,9,5,4,6} --> any pattern