STM32F030 SPI Data packing problem
Posted on March 25, 2015 at 10:23Hi all, I'm using STM32F030 and want to send 8 bits data using SPI1. I set data frame size to 8 bits but the SPI sends 16 clocks and the 8 bits data is sent during first 8 clocks. The documentations of the STM32F030...