Resolved! STM32G0 TIM2 with DMA Burst Transfer (not working)
I have a STM32G071 nucleo and want to generate an arbitrary waveform on PA0 via TIM2-CH1.I am using the HAL_TIM_DMABurst_MultiWriteStart API: it should do bursts of 3 writes to multiple registers (ARR and CCR1).Problem is, the DMA only updates the AR...