Resolved! PWM DMA stops after 2 pulses when preload is disabled, (does not when compare register preload is enabled)
I am experimenting with PWM DMA on STM32F407VET6. The code creates pulses of increasing width.If I enable the output compare preload, the number of pulses is 2 instead of 6.The first pulse at startup is the default setting from the configuration in M...