Resolved! how to implement SPI using standard peripheral library on stm32F3 dosco board?
Posted on November 28, 2017 at 06:46 I am trying to implement SPI on STM32F3 Discovery board using standard peripheral library. I don't want to use HAL drivers(It is a constraint). I am not able to figure what I am missing. I am implementing the SP...