Hello,
I'm trying to set up an SPI connection between the Raspberry PI model B, and the MSP430G2553. I've been using the instructions found here. I've only just started working with the MSP430, and I've been stuck on some problems for a while now.
First off, I get 3 errors and a warning compiling the CCS code.
For: __attribute__((interrupt(USCIAB0RX_VECTOR))) void USCI0RX_ISR (void), I get the following errors:
- expected a "{"
- unnamed prototyped parameters not allowed when body is present
- expected a type specifier