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.
Hi Champs,
one of my customer is developing with PiccoloA TMS320F28027 and is using PWM as descirbed in doc. SPRUGE9. They need to use the two PWM independently (through AQCSFRC), and in order to do this they are trying to set CSFB and CSFA independently. The resul is that the two PWM seem to work in complimentary mode instead of the independent mode. What should be the bug in code?
Thanks and regards,
Alberto
Alberto,
Can you check if they have set DBCTL[OUT_MODE] = 0?
Refer to the Configuration Options for the Dead-Band Submodule figure 2-28, page 55, in the ePWM ref guide (SPRUGE9). If OUT_MODE is 00, then the EPWMA and EPWMB outputs are independent. Otherwise EPWMB may be derived from EPWMA (or vice versa depending on the IN_MODE & OUT_MODE settings).
Regards,
-Lori