User Activity

When I start the debugger of my program (c++), a function gets called even beforethe debugger halts at first default breakpoint (usually at HAL_Init).The name of this function is getElapsed (returns double, no parameters) and its apublic member funct...
In STM32CubeIDE I can't find the setting under SystemCore->NVIC or I just don't know the name?I have two input capture channels on TIM3. The global interrupt for TIM3 is disabled.In particular I want to set it higher than a "EXTI line interrupt".