2015-06-10 04:56 AM
What 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 particularly in a master/slave scenario. It is possible to tweek the HAL in future to have this feature ?