Question
Cube generated PWM on TIM17 fails
Posted on September 01, 2017 at 01:09
I'm using an stm32f303vc processor and generating code using STM32CUBEMX (4.22.0) to generate PWM1 signals on PB9 using TIM17 channel 1. I'm using HAL version 1.9.0.
All indications are that the output is floating i.e. the output is never enabled.
Is it likely that the generated initialisation code is missing something for this timer?
I'm 'getting round' this issue at present using TIM4 channel 4 but that means I'm loosing a timer elsewhere.
