User Activity

I try to configure TIM15 PMW channel1 - PF9 and channel2 - PF10 using LL driver.Looks like the STM32CubeMX is generating the wrong code.It set GPIO mode as AF_2 GPIO_InitStruct.Pin = LL_GPIO_PIN_9|LL_GPIO_PIN_10; GPIO_InitStruct.Mode = LL_GPIO_MOD...