Background Task: optionally use TIM1 instead of TIM2 #304
Closed
Description
Some applications require freeing up TIM2 while still using the background task feature.
The configuration option BG_USE_TIM1 = 1
replaces initialization and interrupt handling for TIM2 with TIM1. Default is TIM2.