I have developed a code based on app_timer to initiate an interrupt every 10 seconds. Inside app_timer_handler, I have code for reading data from an I2C device.
When I run the code, it stops at line 100 app_error_weak.c with below in the debug session:
<info> app_timer: RTC: initialized.
<error> app: ASSERTION FAILED at ../../../../../../integration/nrfx/nrfx_glue.h:107
What could be the possible cause for this?
Thanks



