Resolved! How to use DMA on complementary timer channels in TIM1
I have been trying to start PWM on TIM1 with complementary channels and use DMA to start the PWM. The problem that I have is that only one of the channels will start when I run the program. DMA channel 2 is being used by TIM1_CH1 and I can't find any...