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 ?