STM32F031 SPI NSS in slave mode to frame beginning and end of a transfer
I am using a STM32F031 as a SPI slave device in close proximity to some motors that can cause some noise. I believe what happens is occasionally the STM interprets noise as a SPI clock which shifts my data one or more bits off. In the event I have ...