SPI sends old bytes on MISO when no data available
I'm creating some SPI slave code using an STM32 on a G474RE board. The protocol is that the master sends two command bytes, and then the slave sends back a single byte response. My SPI is a little rusty, but as I recall the way you do this is to ha...