by nicholdraper on Tue Nov 18, 2008 8:42 pm
I've gotten the SPI interrupt to work. I realize that this question is way old, but for anyone searching for this, you must enable the interrupt in the SPI register:
SPICTL=0x81; /* IRQ enabled, BRG timer int-disabled, Phase:clock=0:0, Slave Mode & SPI Enabled */
and you must set an interrupt level like this:
IRQ0ENH |= 0x02; // enable SPI Interrupts
IRQ0ENL |= 0x02; //&= ~0x02;