Resolved! How To Generate A Sine Wave With PWM And GPDMA (STM32H5)
Hi everyone, I'm trying to generate a sine wave using PWM output updated by GPDMA transfer on an STM32H5 device. I'm following this tutorial:STM32 Change PWM Duty Cycle With DMA For Sine Wave Generation However, when I try to implement it with STM32H...