Hi, I run three PWMs which need to generate output pulses simultaneously. I have tried to achieve this by using SysCtrlRegs.PCLKCR0.bit.TBCLKSYNC, so that I enable all clocks at the same time.
In addition, the PWM modules support synchronization that runs continuously. If I will never change frequency after initialization, is there any point of using this? I would suppose that they do not drift from each other.