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.

C5505 SPI receive Interrupt

Hello, I am new at using SPI with this processor C5505. 

 I have one question regarding the interrupts for the SPI.  I want to execute a interrupt when a slave sends data and my C5505 receives this in the SPI data register.

Can an interrupt occur when my data register is full?  or must my code actually Initiate a read command (SPICMD2) in order to jump to my ISR?

Mike