STM32F4 SPI - RXNE never gets asserted.
Posted on June 20, 2015 at 20:02Hi,I am debugging the SPI interface on the STM32F427 for a while now. I am using SPI1 and SPI2. SPI1 works just fine, I am able to transmit and receive data just fine. Now I am struggling to get SPI2 to work fully.I c...