How to configure DMA to change PWM frequency (led strip controlling through one-wire protocol)?
Hi! I am configuring DMA to generate a PWM signal to control addressable LEDs with an STM32563VGTx MCU.My issue arises when generating the PWM signal using DMA. When calling the "HAL_TIM_PWM_Start_DMA" function, it executes without any errors, and th...