Resolved! Not able to send 8-bit data on SPI.
I am learning bare-metal programming on STM32F411RE (Nucleo board). I am trying to implement a SPI driver.Reference manualEven though I have set the Data Frame Format to 8-bit, My SCK consists of 16 clock cycles. Sending 8 bit data on this has weird ...