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.

interrupt service routines while not using epwm modules

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 ?