User Activity

Hi everyone! I am using STM32F446RE for a project of Tetris with a LEDs matrix (WS2812B). To communicate with my LEDs, I call HAL_TIM_PWM_Start_DMA(&htim2, TIM_CHANNEL_4, (uint32_t*)pixelsBuff, (uint16_t)pixelsBuffSize) every 500 ms. And this works w...