Hi,
There was an app timer immediate expiration issue with my project which is using nrf52840 + SDK 15.3.0 on custom board.
So I changed apptimer code to app timer2 like the issue post below.
https://devzone.nordicsemi.com/f/nordic-q-a/62406/app-timer-sometimes-expires-immediately
Recently, I've enbled nrf assert to catch unknow issues and then an assert happens like below. (booting -> leave the device for a while)
In "components/libraries/timer/app_timer2.c":
ASSERT(app_timer_cnt_diff_compute(drv_rtc_counter_get(p_instance),