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.

TMS320F28335: pwm injection for quasi z source

Part Number: TMS320F28335

Hello, I want to generate switching signals for a quasi-z source inverter using the svpwm method. I can generate the traditional svpwm method, but I couldn't add short-circuit time to it. Therefore, I want to use another method called pwm injection method. That is, I want to add pwm signals with different frequencies and duty cycles into the pwm signals I produce. I plan to do this by generating an additional pwm signal then with the or gate comparing the new pwm signal with the old ones before sending them to the drivers. My question is whether I can add an external pwm signal to the pwm signals without the need for a or gate, just through software.

  • To make sure I understand correctly, do you mean to say that the frequencies and duty cycles of an additional PWM will run on top of the original PWM? Is that correct? We don't have a direct implementation in the PWM module which can do this job but if you wish to use a software based approach, you can update the compare and period registers immediately, which would correspond to the run time update in the duty cycle and frequency.


    Thanks,

    Aditya