Posted on October 07, 2015 at 01:24
I am having trouble getting SPI2 to function on my STM32F407 board. My issue is that I am seeing data on the MOSI pin with a logic analyzer but there is no clock activity (it is low). My processor is clocked at...
Posted on October 07, 2015 at 01:54Good catch but that is not the problem. I changed to to GPIO_PinAFConfig(GPIOB, GPIO_PinSource13, GPIO_AF_SPI2); GPIO_PinAFConfig(GPIOB, GPIO_PinSource14, GPIO_AF_SPI2); GPIO_PinAFConfig(GPIOB, GPIO_PinSource15, GP...