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.
求助啊
你好,中断部分程序请这样写:
#pragma vector=TIMERA0_VECTOR __interrupt void Timer_A (void) { P1OUT ^= BIT7; }
具体参考官方范例代码。
非常感谢,程序编译成功