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.

CCS/TMS320F28377S: ePWM

Part Number: TMS320F28377S

Tool/software: Code Composer Studio

For F28377S, is the value of EPwmxRegs.CMPA.bit.CMPA not allowed to be greater than or equal to the value of EPwmxRegs.TBPRD when EPwmxRges.AQCTLA.all=0x61? If the pulse width is smaller than the dead zone width of DB, the output pulse width of the DB sub module will be 0, or EPWMA and EPWMB on pin will not switch?

  • Hi '7385,

    Certainly if you are using CMPA to cause some event and CMPA > TBPRD then the event will never occur, regardless of the count-mode of the ePWM. This is because the count will always be in the range of [0, TBPRD].

    I'm not really sure I follow your question with respect to the deadband. Can you elaborate a little bit?