User Activity

Hi,Would someone have a external ADC that works with SPI TI mode to recommend? Thank you.
Hi,I m testing SPI TXE flag with the following code:void TestSPI(void){ GPIO_ResetBits(GPIOA, GPIO_Pin_4); SPI_I2S_SendData(SPI3, 0); while (!SPI_I2S_GetFlagStatus(SPI3, SPI_I2S_FLAG_TXE)); SPI_I2S_SendData(SPI3, 0); while (!SPI_I2S_Ge...