2018-04-16 09:37 AM
I have an issue with the SPI slave interface in the ST32ML151. Occasionally, the SPI slave get an extra clock from outside, either because noise or a reset at the master side. I know when this happens. Is there a way to reset the SPI slave shift register other than reconfiguration the whole spi slave interface?
2018-04-16 11:00 AM
Probably no.
JW
2018-04-16 02:37 PM
Assuming you are using software slave management rather than hardware slave select, try this:
2018-04-30 03:08 PM
Did that work for you? Indicating success or failure may help others that stumble across the same issue.