Question
Sending 9 bit data using SPI STM32F7
Hi
I'm using STM32F7 series microcontroller. Is it possible to send 9 bit data using SPI? the reason is i have to send 8 bit data along with command bit (ie 9th bit). I have seen some option in datasheet like we can chose the data length between 4 bits to 16 bits in SPI control register 2 (SPIx_CR2) register.
Thanks
