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.
Tool/software: Code Composer Studio
Hi Team,
For a specific converter application I need complimentary pwm signals ePWM1B compliment to ePWM1A. Also I need to insert 1 micro second delay on either side of ePWM1B, while keeping ePWM1A as it is. Is it possible to do so?
Can I use dead band module for this purpose?
Thank you,
Vineeth
One really good video: https://training.ti.com/getting-started-c2000-epwm-module
About 8 minutes into the video is treatment of deadband.
Hopefully, that helps.
Hi,
Vineeth N said:Can I use dead band module for this purpose
Yes, deadband module can be used for this.
Thanks
Vasudha
Hi Vasudha,
Thanks for your response. While going through dead band module section I found active high complimentary PWM. I think AHC will serve my purpose, But I have a doubt regarding the same.
Is it like that in AHC, ePWMB is derived from ePWMA, so that we can control only ePWMA?
If I am using rising edge delay, the rising edge of ePWMA is delayed. If I am using falling edge delay again the the rising edge of the complimentary wave form is delayed so that I can create delay on both sides of the pulse. Am I understanding this correctly?
Thank you,
Vineeth
Hi,
Is it like that in AHC, ePWMB is derived from ePWMA, so that we can control only ePWMA?
The input for output outB signal from deadband module can be selected through S5 (DBCTL[IN_MODE]). This can either be ePWMA or ePWMB signal.
If I am using rising edge delay, the rising edge of ePWMA is delayed. If I am using falling edge delay again the the rising edge of the complimentary wave form is delayed so that I can create delay on both sides of the pulse. Am I understanding this correctly?
Yes, this is correct. The falling edge delay(FED) will also delay the rising edge of the signal as in AHC mode, signal is inverted in outB path.
Thanks
Vasudha