This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Example_2833xDMA_XINTF_to_Ram.c

Hi,

I'm trying to modify this example to perform a DMA copy from RAM to XINTF - just change the direction.

Is it possible?

I changed the source and destination for the DMA but this is probably not enough

 DMADest   = &DMABuf2[0];
 DMASource = &DMABuf1[0];

What else should I change?

Thanks