STM32 SPI Slave Error (HAL_SPI_ERROR_FLAG 32)
I have an STM32 (SPI slave) connected to a BeagleBone Black (SPI master).SPI Master Configuration (BBB):SCK = 15 MHzMode = SPI Mode 0Data Size = 16 bitsThe STM32 is attempting to transmit 2 bytes of data to the BBB using interrupt mode. However, HAL_...