Hi
I am using app_timer_cnt_get() like MIllis()
uint32_t millis()
{
uint32_t milli;
milli = app_timer_cnt_get() /32.768;
return milli;
}
but when i connect the nrf52840 to NUS(app mobile) using bluetooth, app_timer_cnt_get() is stopped and i disconnect nrf52840 from NUS bluetooth app_timer_cnt_get() runs again
i have no idea, what happen
could you help me pleas , wahts wrong?
thanks
pd I am beginner