Closed michaelbeaumont closed 3 years ago
It's not completely clear from the reference manual if we need to deal with SPI_SR.OVR or SPI_SR.RXNE here or if this can be made more robust.
SPI_SR
OVR
RXNE
It works for me (I've only tested the write functionality to be honest). I'll come up with an example!
write
It's not completely clear from the reference manual if we need to deal with
SPI_SR
.OVR
orSPI_SR
.RXNE
here or if this can be made more robust.