Solved
Hi.I use the LL library and stm32f030, I configure timers 16 and 17 in cubeMx to output PWM, I use two commands to start: LL_TIM_EnableCounter and LL_TIM_CC_EnableChannel, but the output is zero, and everything works on timer 3 or 14. What to do?
..