Dear sir! I am useing the msp430G2744 & UCI2C mode. At ISR( vector=USCIAB0TX_VECTOR), Unwanted interrupts are generated continuously, by the UCA0TXIFG. I could not have cleared the flag. Even after initialization, I looked out the UCA0TXIFG is setted. The flags are not cleared initialization state. ( IFG2 &= ~UCA0TXIFG;) What's the reason?
↧