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.

MSPWAVE中的库,为什么TIMERA0的中断,配置时却是配置TIMEA1的起始地址



如下图所以,表示不解,并且使用TIMERA0和TIMERA1时,只有其中一个能触发中断。

知情的能否详细讲解下有关原因

,谢谢

  • #ifdef __ASM_HEADER__ /* Begin #defines for assembler */
    #define TIMER1_A0_VECTOR ".int49" /* 0xFFE2 Timer1_A3 CC0 */
    #else
    #define TIMER1_A0_VECTOR (49 * 1u) /* 0xFFE2 Timer1_A3 CC0 */
    #endif

    这个中断入口TIMER1 不是Timer0