The issue we observed is with input_x_bar.
Initially we didn't assign any GPIO to Input 5 of input_x_bar, so we observed that by default GPIO0 was assigned to input 5.
We have configured GPIO0 as EPWM pin and also we have used HRPWM.
Also we have enabled sync facility of EPWM modules.
Since we have configured GPIO0 as EPWM pin we were getting false sync pulses as GPIO0 was by default configured for input_x_bar 5 i.e EXTSYNCIN1.
Is there any configuration to select out of multiple available input_x_bar destinations?
Also is it essential to configure all input_x_bar destinations to GPIO pins?