This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello All,
I am writing a control code for an inverter in F28335. I usually write the control code within the epwm interrupt isr. However, can i write the control code outside the isr on an infinite for loop, and then set EPwm1Regs.CMPA.half.CMPA=duty ( duty is calculated from the control code) without using the epwm interrupt?
Do i need to use the epwm interrupt for generating pwm pulses for my converter?
regards