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.
hi
i am planing to write codes using gpio pins instead of epwm module for space vector PWM in vector control o0f induction mtoro drives ...so while implementing foc algorithm can i use
interrupt void epwm1_isr(void)
{.....
}
for writing the control algorithm ?
HI GAUTAM
MY doubt was whether i can use epwm isr while not using epwm module for implementing foc algorithm inside isr.(calling various functions inside isr)..now i am clear about that
thanks and regards