Problem useing SPI together with UART as SPI
As soon as I add USART initialization, SPI starts sending data using LSB and receiving with MSB(as it was intended) bit order.SPI init code:/* SPI configuration */ SPI_DeInit(); /* Initialize SPI in Slave mode */ // SPI_Init(SPI_FIRSTBIT_LSB, S...