Use User button of STM32F4 as encoder mode (Timer)
Posted on December 21, 2013 at 00:09HeyIn order to use the user button of stm32f4 discovery as encoder mode, I was configured timer2 as follows but it didn't work: void configureEncoder(void) { RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABL...