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.

C6748中断问题



#ifdef __TI_EABI__

 interrupt void _c674x_mask_int5_isr (void)

#else

 interrupt void c674x_mask_int5_isr (void)

#endif

{     c674xISRtbl[5](); }

请问,中断总是执行到这里是怎么回事?谢谢!