I can not find the interrupt vector in the head file...
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.
yongjun yuan said:I can not find the interrupt vector in the head file...
You can't find in which header file ?
G2231 have many peripherals therefore many different interrupt vectors defined the header file.
You're probably looking for one of these two:
RXD hi/lo edge interrupt: vector=PORT1_VECTOR
timerA compar interrupt: vector=TIMERA0_VECTOR
Thank you!
I am new to MSP430 ,I want to transfer data to pc via launchpad,but can not find anything about UART in msp430g2231.h , then I found it can use the timer to do this.
Thank you for the two, I found it can use the timer to transfer data to pc, maybe we can call it swuart?
**Attention** This is a public forum