Part Number: TMS320F2800157-Q1
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi,
My customer is using EPWM1 with EPWM Time base configuration – PWMSYNC Source Select : Counter equals zero.
With this setting, following source code is generated.
file: Board.c
EPWM_setSyncPulseSource(myEPWM1_BASE, HRPWM_PWMSYNC_SOURCE_ZERO);
However, when enabling HRPWM – Enable HRPWM Support : ON, the above line was removed from Board.c, and it seems like the PWMSYNC is working with “Counter equals period” as a default setting.
For the time being, they are using EPWM1 with HRPWM disabled, but they want to enable HWPWM.
How to achieve them in SysConfig configuration?
Regards,
-Shibata