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.

时间中断

Other Parts Discussed in Thread: MSP430G2553

采用的是msp430g2553做信号发生器

错误提示../main.c", line 85: error #20: identifier "TIMERA0_VECTOR" is undefined

1 error detected in the compilation of "../main.c".

中断代码是#pragma vector=TIMERA0_VECTOR

__interrupt void TA_ISR (void)

请问怎么修改