We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm using uDMA to transfer content from source to destination. During each transfer, I see the source pointer and destination pointer is moved from the memory to the DMA. Ideally, we need to do that only once. Because of the source/destination pointer movements, each transfer is taking 4 cycles. Why is it required to move the source pointer and destination pointer in each cycle? Is there a mode in which this can be avoided?
Dear Collin, Thanks for the response. Appreciate this.