Resolved! SPI CLK sends out 16 cycles when it should send 8 cycles
I've been having this problem where I configure my STM32F303VCT6 to send out 8 bits but the CLK sends out 16 cycles. I already tried casting the data as proposed on other forum posts but it doesn't work for me. Does anyone see the problem? - - - Libr...