Re: H2.06: SPI Interrupt Mode Clarification
2019/01/06 13:35:25
(permalink)
In general - for SPI the write bits out to MOSI happens with the same clock as the read bits into MISO. There is no interrupt involved between the MOSI and MISO portion.
The interrupt comes into play when you say write, then go off to other things, then the write completes and you get an interrupt saying that the write is complete.
That's how I understand it...