Resolved! What does the SPI SPE bit do?
I am new to the STM32 microcontrollers and I am experimenting with the SPI peripheral (interrupt mode, non DMA, slave) of the STM32F410. I noticed that the reference manual mentions the SPE bit (bit 6 of the SPIx CR1 register) but does not provide mu...