Question
STM32 SPI Rx Busy
I have a packet communication via 2 devices over SPI
At the end of some packets I receive some extra clocks via SPI, therefore it corrupts the next packet. Situation can be discovered by BUSY flag set. Datasheet says it is cleared by hardware. Is there a way to clear the flag by software?