Hi
What timer is used for OSAL/HAL functionality? (like osal_start_timerEx)
Checked the timers and those are updated from osalTimerUpdate which is called from osalTimeUpdate. That function uses the external ll_McuPrecisionCount which I don't know what uses in the background (probably it's in one of the precompiled libraries since there is no source-code for it).
I need to be sure if timer1,3,4 are usable for my tasks and none of them are used by OSAL/HAL layers like timer 2 (which is BLE reserved).
br,
Brown