User Activity

I'm trying to program stm32h750vb to run ws2812b RGB LED. My RGB LED is connected to TIM1CH2N. I'm unable to generate desired PWM signal with my DMA settings. I have tested PWM signal without DMA it is working fine. So, as per my knowledge my timer ...
I've been trying to use TIM1CH2N to generate PWM to control ws2812b RGB LED. I have got one working library for TIM1CH2, but I'm unable to generate the same signals in the CH2N pin (STM32H750VB)​. Can anyone help me out to resolve this issue?