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