Resolved! STM32F3xx device driver / lib lack
Posted on May 23, 2017 at 18:02I dont know I must be wrong but I didn't find function call to change the dutycycle of a pwm so I wrote this and I added it to stm32F3xx_hal_tim.c/** * @brief Set the PWM DutyCycle. * @param htim: TIM handle * @pa...