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.

TMS320F28069

我的程序中开了ECAP2 T0 T1 EPWM5B中断  用了FPU的RFFT  工程文件编译没错  可是运行起来总是会跳转到interrupt void EQEP2_INT_ISR(void)    // EQEP-2

{

 // Insert ISR Code here

 // To receive more interrupts from this PIE group, acknowledge this interrupt

 // PieCtrlRegs.PIEACK.all = PIEACK_GROUP5;

 // Next two lines for debug only to halt the processor here

 // Remove after inserting ISR Code

 asm ("      ESTOP0");

 for(;;);

}

可是我没有开HRecap2中断 怎么会跑这来呢?