STM32F303 PWM control via CubeMX HAL
Posted on May 03, 2016 at 06:34Greetings allI'm using HAL_TIM_PWM_ConfigChannel() to set the Pulse value for my PWM output but I want to modulate it (think IR LED on/off keying) so I'm currently using HAL_TIM_PWM_Start() and HAL_TIM_PWM_Stop(). The...