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.

TMS320F28335: DMA: Move data from "XINTF ZONE 0" to "XINTF ZONE 7"

Part Number: TMS320F28335

Hi all:

   U16 SendBuf[256*4];  // defined in XINTF ZONE 0 (extern memory xintf)

   U16 RecvBuf[256*4]; // defined in XINTF ZONE 7 (extern memory xintf)

    I want to move SendBuf to Recvbuf through DMA channel 2.

    How could I configure the dma especially the register "DmaRegs.CH2.MODE.bit.PERINTSEL"? I wonder which event or interrupt could trigger the DMA transation.

   

Best Wish

Li