timer in HAL - prevent auto-disable
Posted on June 10, 2015 at 13:56What is the best way to prevent __HAL_TIM_DISABLE being called when all the CCxE are 0 ? __HAL_TIM_DISABLE(htim); is called in virtually every TIM...._Stop function It would be useful to keep the counter running parti...