STM32l151RBT6A SPI issue
Posted on March 20, 2017 at 13:57Hi all,I am not able to get SPI working on stm32l151rbt6a. I have posted my initialization code below./* SPI1 init function */void MX_SPI1_Init(void){ GPIO_InitTypeDef GPIO_InitStruct; SPI_HandleTypeDef hspi1...