STM32F207G-Nucleo TIM_DMA example sets the repeat count for a timer that doesn't have a repetition counter???
Posted on November 07, 2017 at 20:11The following is a code snippet from theSTMCubeF2\Projects\STM32F207ZG-Nucleo\Examples\TIM\TIM_DMA\Src\main.c file: TimHandle.Instance = TIMx; TimHandle.Init.Period = uwTimerPeriod; T...