Hi folks,
we're running zephyr v3.6.0 on ublox-anna-b412 module which embeds nRF52833. For our application we need multiple timers enabled next to running ble. When we were doing integration tests we ran into the issue that we can't use timer1/timer2/timer3/timer4 utilizing the zephyr counter api if timer0 is not enabled in the device tree. It seems that timer initialization is done, but registered alarm callbacks are not executed. As soon as we enable timer0 in app.overlay everything works as intended. Unfortunately we can't do that because timer0 is used by the ble stack.
Are we doing anything wrong?
proj.conf, app,overlay and main.cpp for testing are attached below:
2376.app.overlay 4532.proj.conf0312.main.cpp
Best regards
