The SPI RX interrupt (and indirectly the TX interrupt) are tied to the SPI clock, not the data. After 8x SCK pulses, the slave Assumes it has a data byte (whatever it actually looks like).
↧
The SPI RX interrupt (and indirectly the TX interrupt) are tied to the SPI clock, not the data. After 8x SCK pulses, the slave Assumes it has a data byte (whatever it actually looks like).