Question
STM32F103 SPI Slave connection Bug?
Posted on July 10, 2017 at 09:59
Hi,

According to the
RM0008.pdf
, when spi in slave mode the MISO pin is transmit data, the MOSI pin is receive data.
But according tests and the example
STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\SPI\Simplex_Interrupt
,
that is not true.
The truly is MISO is receive data.
Which is error? document? chip?
#spi #stm32f103 #bug