TIM1 and TIM2 of STM32F103 both are working same APB frequency?
Posted on August 04, 2016 at 12:50Hi,I have configured the TIM1 and TIM2 in following way.void timer1Init(void){ NVIC_InitTypeDef NVIC_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM1 , ENABLE); NVIC_InitStructure.NVIC_IRQChannel = TIM1_U...