User Activity

Hello! I can not run PWM on TIM1 channel CH1N. Can you please tell me what I am doing wrong?LL_TIM_InitTypeDef TIM_InitStruct;LL_TIM_OC_InitTypeDef TIM_OC_InitStruct;LL_GPIO_InitTypeDef GPIO_InitStruct;/* Enable the peripheral clock of GPIOs */LL_AHB...