I'm working with CubeMX to configure my MCU (STM32F030CCT6TR) for my school project. I want to generate a PWM with DMA but I don't know how to do it even after doing researches.
The example titled "TIM_DMA" provides a description of how to use DMA with TIMER Update request
to transfer Data from memory to TIMER Capture Compare Register. The objective of the example is to configure TIM1 channel 3 to generate a complementary PWM signal.
You may take this example as a reference to correctly configure your peripheral.