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=USCIAB0RX_VECTOR
__interrupt void USCI0RX_ISR(void)
关于 pragma vector,请参考
https://www.ti.com/lit/ug/slau132y/slau132y.pdf
的 5.11.32 The vector Pragma
您在程序内的pragma vector后面的vector是否在对应的msp430.h内进行了重新定义?