Resolved! PWM, dynamically changing period, duty cycle (directly or via DMA)
Below question relates to STM32F0 and STM32F1 series MCU's.From the documentation (HAL), I have been unable to determine, whether or not on-the-fly changes are supported to the PWM period (TIM_TimeBaseInitTypeDef.TIM_Prescaler) and/or duty cycle (dir...