Tool/software: Code Composer Studio
Hi,
I am working on a system which has to undergo switching only when a particular PWM signal is on.
for example in the attached figure.
I want to create PWM signal using ePWM 1 ISR. But I am not sure how can I start and stop my additional signal so that it starts exactly after epwm is turned on. For now, if I assume that the additional signal is through SCI interface how can I synchronize its with the ePWM signal?