Hello everyonei using Timer 1 and set PWM on CH1 and CH2N CH1 is work fine but CH2N not working (i checked pin work fine on nromal GPIO)my code only have two line :HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_1);HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_2);any...