You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PWM frequencies is not the same on all pins.
Depending of the timer used, clock source is not the same (APB1/APB2) so the prescaler also. timHandle.Init.Prescaler = (uint32_t)(SystemCoreClock / clock_freq) - 1
The text was updated successfully, but these errors were encountered:
PWM frequencies is not the same on all pins.
Depending of the timer used, clock source is not the same (APB1/APB2) so the prescaler also.
timHandle.Init.Prescaler = (uint32_t)(SystemCoreClock / clock_freq) - 1
The text was updated successfully, but these errors were encountered: