Soft PWM?
Posted on December 04, 2017 at 23:33I need to update DAC in PWM.I have STM32F103C8T6 and two free timers (TIM3, TIM4).But they only have one global interrupt. How do I get PWM?I'm only called HAL_TIM_PWM_PulseFinishedCallback() and I get the meander...