DO NOT enable SPI when SCK is high with STM32F303
I was trapped when switching chip code to STM32F303, my SPI always send more unexpected 6 zero bits before my data. diagram below shows the detail.The problem occurs when you enable SPI while SCK is high. My SPI works in CHPA and slave mode, I haven...