Question
REGARDING STM32F030F4P6 GPIO configuration.
Posted on July 24, 2014 at 05:13
HI,
I have faced one problem with PORTF pin configuration (PF0,PF1).My GPIO configuration:RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOF, ENABLE); InitGpio.GPIO_Pin = (GPIO_Pin_0 | GPIO_Pin_1 ); InitGpio.GPIO_Mode = GPIO_Mode_AF; InitGpio.GPIO_Speed = GPIO_Speed_Level_1; InitGpio.GPIO_OType = GPIO_OType_PP; InitGpio.GPIO_PuPd = GPIO_PuPd_NOPULL; GPIO_Init(GPIOF, &InitGpio);I am not getting any output from those PINs, if i tried normal GPIO configuration also. .please suggest us is there any issue with that configuration.Regards,Chowdaiah