Bytes being transmitted on MISO when calling HAL_SPI_Receive_DMA() in slave mode
I am using the STM32F746VET6 and the HAL packaged with v6.5.0 of STM32CubeMX. It is operating as a slave with a Raspberry Pi as a master. When inspecting my SPI communication I was surprised to sometimes see bytes being transmitted on MISO when HAL_SPI_Receive_DMA() was being called. I *usually* don't see anything being transmitted, but sometimes I do and it's the same byte repeated over and over again. It doesn't seem that the MISO behavior when calling HAL_SPI_Receive_DMA() is specified for the HAL, but I'd expect the line to be low when receiving only.
