Resolved! [Solved] [STM32F205] Occasional spurious SPI write in half-duplex polling mode
I'm reading a temperature sensor (TC77) via SPI, with the following code (using the old StdPeriph lib):int16_t hdw_tc77_getTempRegister(void) { int16_t tempRegister; /*TC77 TEMP register*/ SPI_InitTypeDef SPI_InitStructure; /*SPI confi...