nrf52840 app_timer2.c 322 line,APP_TIMER_SAFE_WINDOW timeout

I used multiple software timers, all of which were timed repeatedly. After running for a few hours, it appeared ASSERT(app_timer_cnt_diff_compute(drv_rtc_counter_get(p_instance), drv_rtc_compare_get(p_instance, 0)) < APP_TIMER_SAFE_WINDOW); overtime
Why here, how should I investigate

Parents Reply Children
No Data
Related