pwm complementary Mode not getting Invertered output ie HAL_TIMEx_PWMN_Start(&htim1, TIM_CHANNEL_1);
I am using STM32f103 Controller ,In that i am trying to make complementary PWM output by using Timer 1TIM1 with PWM Generation CH1 CH1N ,But only gets the wave from this HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_1); function not getting other inverted si...