Hello Experts,
I'm using F28379D for one of my projects. I have a 3PH to DC active rectifier, followed by a dc-to-dc PSFB stage. The active rectifier is running from cpu1 for that ePWM1, ePWM2 and ePWM3 are used. The rectifier output is 750VDC and have 200uF capacitor is there, which forms the input to the PSFB. For PSFB ePWM4 and ePWM5 are selected and which is running from cpu2 using the following command.
DevCfgRegs.CPUSEL0.bit.EPWM4 = 0x01
DevCfgRegs.CPUSEL0.bit.EPWM5 = 0x01
Now for the time being both converters are running independently from both cpu and haven't any communication between them.
Qn. 1. Is it necessary / if there is any advantage, if the counters of these converters to be synchronized ?
Qn 2. How to do this synchronization for the pwms running in two cpus ?