Part Number: TMS320F28035
Tool/software: Code Composer Studio
I want to change EPWM interrupt entry determined by different situation (for loops), just like:
1. if(A situation) then EPWM --> ISR1, then disable ISR2
2. if(B situation) then EPWM --> ISR2, then disable ISR1
so, my question is, when change the entry of EPWM from ISR1 to ISR2, must I re-configure the interrupt whit initializing InitPieCtrl(), InitPieVectTable() ? Or can I just change PieVectTable of EPWM from ISR0 to ISR1 ?
Thanks!
