Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Using CCS (12.4.0) SYSCONFIG (1.17.0) to configure the 280039C EPWM peripheral, the same sysconfig file can normally generate dead time when using the 4.03 SDK, and can not generate dead time when using the 5.00 SDK, and it is found that the 5.00 SDK has an extra part of code when initializing the configuration, resulting in the dead time configuration being invalid.
SYSCONFIG does not configure deadband shadow mode, and the corresponding register is not set directly in the 4.03 SDK. But in the 5.00 SDK,
The shadow register is configured first, then the dead time is configured, and finally the shadow register configuration is turned off. The simulation found that when the shadow register was closed in the last step, the dead time register value was cleared to zero, and the question was why did you turn on shadow mode first and then turn it off?
Thanks and look for your reply!