User Activity

I need to dynamically change waveforms on a PWM output on an STMF030 MCU.See it as a poor man's alternative to a signal generator using a DAC.It will be used to generate modulated audio waveforms.I am using DMA to lookup (a sine) waveform via a circu...
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...
I have a requirement to generate two PWM signals on an STMF030 MCUPWM1: 3-5kHz, 40-60% duty cyclePWM2: >40kHz, 1-100% duty cycleI need to combine these two PWM signals, using logic AND, into one (modulated) PWM output, like so:The signals could be co...
Kudos from