Resolved! PWM/DMA interrupts when using HAL_TIM_PWM_Start_DMA(...)
Hi all,(I am using a STM32L031) I'm trying to design a system that receives a UART string and uses this data to drive a WS2812 LED strip at different colors depending on the string. So far, I've done a lot of googling and found that a lot of people a...