Hello.
I want to generate more pulses in one ePWM period by transfering the next CMPA value with DMA if TBCTR=CMPA.
Therefore I've configured an SOCA event which triggers a DMA channel. This channel transfers the next action qualifier and CMPA value to the right registers. This transfer is working, I'm able to see in debugger that registers are written correctly. But I'm not gettting any pusle on ePWM output. If I disable DMA transfer with debugger, the last value stays in registers and pulse come out.
Is that generally possible? If yes, any idea what I could have missed?
Thank you
BR
Christian