2017-07-15 11:56 AM
2017-07-16 07:17 AM
For TIM1/TIM8 you'd also need to explicitly enable PWM Output. ie MOE bit of BDTR register
/* Enable the Main Ouput */
__HAL_TIM_MOE_ENABLE(htim);2017-07-16 11:15 AM
Thanks! i'll give that i shot... i see there was a Start PWM i forgot in the HAL above that has it if the timer supports break mode. seems like 15,16,17 also apply.