This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/LAUNCHXL-F28377S: Phase shift problems variable PWM

Part Number: LAUNCHXL-F28377S

Tool/software: TI C/C++ Compiler

Hello everyone,

I have a problem concerning the modulation of my PWM signal. I'm using MATLAB and SIMULINK to acquire a variable PWM signal. I was able to generate three similar variable PWM signals thanks to the synchronisation option. Now, I wanted to implement a phase difference of 120° on the signal, but this is not possible. The 120° phase difference I get, is on the PWM puls itself and not on the simulated sine wave. Of course I want this phase difference on the simulated sine wave and not on the pulses. How should I solve this issue? Should I use another DMA channel or can I still use the phase offset which I was using before?

Thanks in advance!