Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

MSP430 Interrupt

$
0
0

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 )
{

}


Viewing all articles
Browse latest Browse all 262198

Trending Articles