SPI Full Duplex looping with SPI_CPHA_2Edge
Posted on August 18, 2012 at 00:19I am trying to receive data over full duplex SPI but STM32 does not line up clock and data if I configure in SPI_CPHA_2Edge. However if I configure in SPI_CPHA_1Edge, everything works fine. My slave however sends d...