User Activity

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...
Posted on November 03, 2017 at 03:59I am trying to use the HAL timer PWM DMA to implement something similar the TIM_DMABurst example in the STM32xG_EVAL directory but for more than 1 waveform.The TIM_DMA example in the STM32CubeMx STM32xG_EVAL direc...
Posted on October 10, 2017 at 21:17The 'STMCubeF2\Projects\STM32F207ZG-Nucleo\Examples\TIM\TIM_PWMInput' example configures the timers with direct calls to the HAL.I am trying to keep all of the pin allocation and resource initialization within STM3...