Tool/software:
I want EPWM1 to be the sync source for EPWM6, but for EPWM4 and EPWM5 to NOT be sync'd. It looks like I can
configure EPWM1 SYNCOSEL as needed
configure SYNCSELECT.EPWM4SYNCIN to 0 to connect EPWM1SYNCOUT
configure EPWM4 PHSEN=0 to ignore the sync input, SYNCOSEL=0 to pass through the sync input to EPWM5
configure EPWM5 PHSEN=0 to ignore the sync input, SYNCOSEL=0 to pass through the sync input to EPWM6
configure EPWM6 PHSEN=1, SYNCOSEL=0 to receive the sync
Is this correct?