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.

MSP430 Interrupt

Other Parts Discussed in Thread: MSP430F2370

How can i  find the difference between the interrupt for UART RX and SPI RX  in MSP430F2370? i am using IAR Compiler  the Interrupt Code is 

for UART

pragma vector = USCIAB0RX_VECTOR

__interrupt void UartReceiverIsr( void )
{

}

for SPI

#pragma vector = USCIAB0RX_VECTOR

__interrupt void spi_receive_isr( void )
{

}

**Attention** This is a public forum