TIM1 Dead time not working according manual
I use TIM1 as 3 Phase PWM for motor control. I need to adjust the dead time. But the dead time is not according the manual.My code for dead time: TIM_BDTRInitStruct.OSSRState = LL_TIM_OSSR_ENABLE; TIM_BDTRInitStruct.OSSIState = LL_TIM_OSSI_DISABLE;...