Hello,
I am new to this site and also new to using MCUs. I've just got a Piccolo F28127 and want to experiment producing
the different PWM techniques for a simple basic inverter. The different PWM techniques that I want to realize are
1) Single PWM
2) Multiple PWM
3) Sinusoidal PWM
(Now I am successful with these I would also like to experiment using Modified Sinusoidal PWM, Trapezoidal, Staircase and Delta Modulation).
Using the ePWM module and the basic submodules therein (Time Base, Counter Compare and Action Qualifier) I was able to realize
Single PWM easily. But I am stuck with how to use Multiple PWM. I tried putting the code into the while loop in the main function, but somehow
I feel that it is wrong. Many people use Interrupt Service Routines (ISR's) to accomplish the task (I got this when i read other discussions in the forums).
I'm new with using interrupts for the task (actually new to everything). Please guide me in using interrupts to accomplish the different PWM waveforms.
Any help would be highly appreciated. Thank you in advance.
~ Elijah