Solved
STM32F303ZE Why is my SPI3 module transmitting 16-bits
Posted on January 22, 2018 at 16:44
I have my SPI3 module configured as a master. I want it to transmit 8-bit words. Here is my setup as read from the chip while its executing. No matter what I do each time I write to SPI3->DR it transmits 16-bits what can I do? Please don't give any answers involving the HAL libraries as I am not able to use it.

Thanks
#stm32f-spi