User Activity

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...
Posted on August 11, 2012 at 02:46Hello,1. What is the maximum SPI speed I am suppose to achieve with the 8MHz HSE? 2. I would like to achieve at least 25MHz, what would it take to achieve that both code and HW? Currently with my code below I get 13...