STM32F407 Timer reampping
Posted on July 11, 2014 at 11:17Hello I'm using the Timer2 as Encoder Position Timer: void Encoder_Config(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABLE); RCC_APB1PeriphClockCmd(RCC_APB1P...