Timer 2(32 bit timer) in running mode to provide timer tick at 1ms. controller - STM32F072VB timer - TIMER 2 mode - up counting mode This timer should get TIm->CNT increment at 1 ms. then what should be the prescalar??
here is settings i did..but little bit confused about prescalar valuestatic void MX_TIM2_Init(void){ /* USER CODE BEGIN TIM2_Init 0 */ /* USER CODE END TIM2_Init 0 */ TIM_ClockConfigTypeDef sClockSourceConfig = {0}; TIM_MasterConfigTypeDef sMasterCon...