Why is STM32 SPI only transmitting a single byte on my custom board?
I've got a strange situation with a custom board with two STM32F4 chips. My master STM32F4 transmits data over SPI in blocking mode every few 100ms. At the moment the data size is 12 bytes but in theory it should be any size. The Slave chip is in SPI...