This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Which timer is used by OSAL/HAL functionality?

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