Part Number: MSPM0G1519
Hello.
I am doing pattern generation to GPIOs with DMA; works good.
I have two DMAs; each triggered by the other.
DMA1 is first triggered in software and once started both DMAs are set to be triggered by the other DMA...it will go on for ever (which is what I want).
DMA1 Sofware trigger-> DMA2 -> DMA1 -> DMA2 -> DMA1....
I have this from Eason Zhou
But this is for a software trigger; there must be additional latency for the ending of fitst DMA to start next DMA ?
Thanks