SPI MOSI idle state quirk - sometimes high, sometimes low
I'm DMAing a buffer to the SPI transmitter, and require the idle state of the MOSI line to be low while the next buffer is waiting for its queue to be sent. After some limited testing (STM32L433) I have found that the idle state of the line depends o...