Hello Everyone,
For my application I want to use software sync trigger for each ePWM independently. (EPwmXRegs.TBCTL.bit.SWFSYNC = 1)
The connection of EPWMxSYNCI to EPWMxSYCNO signals for my device is as follows
The documentation regarding the register contents speaks as follows
My question:
Can I synchronize each ePWM individually through software sync ONLY. I don't want my EPWM1SYNCO signal to be received by EPWM2SYNCI signal. At the same time, I want EPwm2Regs.TBCTL.bit.SWFSYNC = 1 to synchronize with the value from EPwm2Regs.TBPHS register. In other words I want the connections in figure 7 to be removed.
As far as I could go through the documentation, only propagation of EPWMxSYNCI signal to EPWMxSYNCO signal is written. Ignoring EPWMxSYNCI and keeping SWFSYNC valid is not written. Sorry if I am missing any other information from the documentation.