half-duplex spi slave can't transmit datas
i used stm32f031 as master & slave, NSS is alwasy low, connect MOSI and MISO. the master transmit datas successfull then changing the master direction to receive data( SPI->CR &=~SPI_CR1_BIDIOE), at the same time slave recv and try to transmit data...