RESOLVED: TIM3 - 50 Hz pulse
Posted on October 13, 2016 at 00:41Hello, Will the following generate a 50 Hz pulse?(Since htim3.Init.Period = 19999 which I think equates to ~20ms) htim3.Instance = TIM3; htim3.Init.Prescaler = 83; htim3.Init.CounterMode = TIM_COUNTERMODE_UP; ht...