Resolved! 4 cahannel PWM making (2 ch + complimentory )
Hai ,am trying to make a pwm signal to drive an H bridge driver ,My board is Nucleo-F070RBI am using the following function HAL_TIM_PWM_Start_IT(&htim1, TIM_CHANNEL_1);HAL_TIMEx_PWMN_Start_IT(&htim1, TIM_CHANNEL_1);HAL_TIM_PWM_Start_IT(&htim1, TIM_C...