Other Parts Discussed in Thread: MSP430F248
Hi,
I am usinf msp430f248. I can successfully use transmit interrupt for serial communication, UART. But; i have problem with receive interrupt. I can send data but not receive. As i see; the incoming data is received in UCA0RXBUF but that does not trigger the USCI0RX_ISR although the receive interrupt and global interrupts are enabled. What the problem may be?