2018-03-16 01:21 AM
TIMx->PSC=16; has no effect. Can you please explain why? Is there any pre-condition to load the prescaler?
2018-03-16 04:15 AM
Prescaler gets effective only upon Update Event, see e.g.
2018-03-17 12:10 AM
LL_TIM_GenerateEvent_UPDATE(pPWMTimer_n->TIMx);
also not working.