Part Number: TMS320F28379D
Tool/software: Code Composer Studio
I have taken two interrupt one is CPU ISR and the second is PWM ISR. Now, CPU ISR is running at 50 khz and PWM isr is running at 2 kHz. In CPU timer, one sin wave is generated which frequency is sometimes 40Hz and sometimes 50 Hz. Now whenever sine is at 0 degree, I want to start a PWM ISR. How can I do? Both the interrupt must be run parallel.
