- Ensure that the clock settings for the 'ePWM' modules are correctly configured. Higher frequencies require precise clock settings to maintain synchronization.
- Incoorect dead-band settings can cause phase misalignment. Verify if the dead-band settings are appropriate for higher frequencies.
- Make sure that the synchronization scheme between 'ePWM1' and 'ePWM4' is correctly implemented.
- Higher frequencies might lead to higher interrupt latency, which can affect synchronization. Optimize your interrupt service routines for minimal latency.
- Try increasing the timer resolution.
- TI F28379D: https://www.mathworks.com/help/ti-c2000/ug/getting-started-with-C2000-example.html#d126e14881:~:text=for%20your%20convenience.-,Task%202%20%2D%20Create%2C,-Configure%20and%20Run
- Synchronization: https://www.mathworks.com/help/ti-c2000/ug/time-base-counter-synchronization-epwm-example.html