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.
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
Hi,
We have assigned your query to the expert. Please expect response only by the first week of January '22 due to holidays.
Thanks,
Aditya
Hi Li,
Apologies for the delayed response. You can configure the Trigger as 0 which means the channel is triggered immediately after the RUN bit is set
Regards,
Veena