How to properly disable PWM on ST32L431?
I found that when after calling HAL_TIM_PWM_DeInit() the power consumption of the device is higher than it was before HAL_TIM_PWM_Init() called. The few investigations lead me to the fact that I need to reset ARR register to default value to reduce t...