Problems getting I2C pins configured on STM32F427 (Solved- dumb mistake)
Posted on August 27, 2015 at 16:07 EDIT: Problem solved. When calling GPIO_PinAFConfig in lines 19 and 20 below, I used GPIO_Pin_# rather than the correct GPIO_PinSource#. All my other uses of AF peripherals was correct- I just messed this one u...