STM32F103RB SPI latency
Posted on February 04, 2013 at 17:30 Hi all, I trying to use the SPI and I am using uVision Keil. The clock appear with a latency that I can take off by removing while (SPI_I2S_GetFlagStatus(SPI1, SPI_I2S_FLAG_RXNE) == RESET); But wh...