STM32F407 SPI1 Initialize wrong
Hello,I have problems to initialize my SPI1 interface, and send a request. My Logic Analyzer Says that, after powering without a STLink. SPI_HandleTypeDef hspi; RFM23::RFM23() {} bool RFM23::init() { hspi.Instance = SPI1; hspi.Init.Mode = S...