GPIO 5V in AF
Posted on November 19, 2015 at 19:03 Hi, I wanted to know how could I have 5V in a pin associated with a timer. I do this configuration: /*GPIOA Configuration: TIM9 CH1 (PA2)*/ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_2; GPIO_InitStruc...