Resolved! Unknown PWM CH2 error STM32F030C8
Hi in custom design arrive problem , that seems as hard to solve. TIM3 CH1 and CH2 config: TIM_TimeBaseStructInit(&timer); timer.TIM_Prescaler = 1-1; //48Mhz/1/2000=24kHz timer.TIM_Period = 2000-1; timer.TIM_ClockDivision = 0; timer....