Resolved! STM32F303VC : SPI1 (Master) SPI2 (Slave)
Hello Everyone,I am trying to establish communication between SPI1 and SPI2 on the STM32F303 Discovery board.I have configured SPI1 as Master and SPI2 as Slave. I am receiving 0xFF when a Receive interrupt is fired in SPI2.SPI1 Master module is confi...