PWM stop state problem - I want to instantaneously stop a complimentary PWM in a low state F042, timer1
I want to generate bursts of complimetary PWM to drive a half bridge. I have the PWM working fine, with deatime etc... but when I call:HAL_TIM_PWM_Stop(&htim1,TIM_CHANNEL_1);HAL_TIMEx_PWMN_Stop(&htim1,TIM_CHANNEL_1);Rather than stopping to a defined ...