hello,
I use buttons_leds_init(&erase_bonds) to get data from AS3933 LF chip after it give nrf52810 a wake signal. But after i start a app_timer, the button bsp_event_handler cann't work after few minutes.
err_code = app_timer_create(&m_send_timer_id,
APP_TIMER_MODE_REPEATED,
send_timeout_handler);
uint8_t err_code1 = app_timer_start(m_send_timer_id, SEND_TEMP_INTERVAL, NULL);
APP_ERROR_CHECK(err_code1);