1 bit SPI data sending - STM32F7
Hi all ! I want to transmit 1 bit on the SPI1 of my STM32F7.I see that the minimum datasize to transmit is SPI_DATASIZE_4BIT. So I guess I can't send only 1 bit of data on my bus. I am wrong ? My final goal is just to have 1 clock period on the SPI...