Hello
I have 4 dma transfers to do at same time. three of them are AB-Synchronized Transfers, and the last one is A-Synchronized Transfer.
I want to use one edma channel, and four params. param links to next param, like 1->2->3->4
and at end of each transfer except the last one, it generate chain event to the same channel.
I want to start the edma only once for the four transfers, can it work?
Thanks!
BR
Vincent