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/TMS320F28379D: Why is the ePWM3 used in PM_bissc_SystemTest ?

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Hi,

There is only EPWM4 at Table 9. Resource Requirements in "C2000 Position Manager BISS-C Library User's Guide" but there are EPWM3 and EPWM4 on the sample code as below,

CpuSysRegs.PCLKCR2.bit.EPWM3 = 1;

CpuSysRegs.PCLKCR2.bit.EPWM4 = 1;

Can you explain why the ePWM3 is used?

and is it possible to change to other ePWMx instead of ePWM3 ?