Hello everyone,
I want to generate many epwms and I am using for that 2 TMS320F28379D ControlCards. The PWM outputs generated by the EPWM of the first ControlCard should be used to generate the PWM outputs from the EPWM of the second ControlCard (The digital PWM outputs are related). I am facing 2 problems: The first is how to use/access the digital output (the duty information) of the epwm from the first ControlCard so that I generate the other pwms from the second ControlCard, and the second is how to synchronize the outputs from these two ControlCards. In other words, the duty information (pwm output) generated from the first card should be accessed and used to generate pwm from the second card, and these two outputs should be synchronized.
Appreciate your help.