Hello All, I am using, STM32F446RE controller evaluation board. I want to count external pulses. I had set TIM2 as counter and started the counter. But the counter interrupt is not getting generated with the frequency we are setting the pulse.
Appending more details here,Configured TIM2 as counter. Below is the TIM2_INit code,static void MX_TIM2_Init(void){ TIM_SlaveConfigTypeDef sSlaveConfig = {0}; TIM_MasterConfigTypeDef sMasterConfig = {0}; htim2.Instance = TIM2; htim2.Init.Prescaler = ...