dma_interleave_transfer
Overview
The DMA interleave example is a simple demonstration program that uses the SDK software. It executes linked(address interleave) transfer from the source buffer to destination buffer using the SDK DMA drivers. The destination buffer is 8 words length: Descriptor A will define a transfer for member 0, 2, 4, 6 Descriptor B will define a transfer for member 1, 3, 5, 7. Descriptor A is linked to descriptor B. The purpose of this example is to show how to use the DMA and to provide a simple example for debugging and further development.