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.

TMS320F280025: PWM xbar configure

Part Number: TMS320F280025
Other Parts Discussed in Thread: C2000WARE

Hi Expert,

 In the ti design below, it seem XBAR_TRIP7 choose MUX04_CMPSS3 as input, but function XBAR_enableEPWMMux choose MUX12, is it correct here? why not enable MUX4?

C:\ti\c2000\C2000Ware_DigitalPower_SDK_3_01_00_00\solutions\tidm_1001\f28002x

XBAR_setEPWMMuxConfig(XBAR_TRIP7, XBAR_EPWM_MUX04_CMPSS3_CTRIPH);

XBAR_enableEPWMMux(XBAR_TRIP7, XBAR_MUX12);

XBAR_setEPWMMuxConfig(XBAR_TRIP8, XBAR_EPWM_MUX06_CMPSS4_CTRIPH);

XBAR_enableEPWMMux(XBAR_TRIP8, XBAR_MUX10);