Part Number: TMS320F28377S
Tool/software:
I am developing an SVPWM code for variable frequency control using the V/f method with synchronous PWM. In this approach, the fundamental frequency changes with the modulation index, while the switching frequency is set as the product of the fundamental frequency and a constant number of samples per cycle. The issue is that the number of samples per cycle is not consistent across different modulation indices. For each modulation index, a specific step size (timer sampling time) can produce the correct number of samples, but this step size must be adjusted whenever the modulation index changes. Consequently, the sample count per cycle becomes inconsistent, even though the switching frequency remains correct. This problem occurs in both three-phase and six-phase SVPWM drives. Therefore, I am seeking a method to synchronize the sampling time with the modulation index or the fundamental frequency, without relying on references from the technical manual.