Hi!
I have adapted the heart rate example to have just one service and one characteristic. Initializing works fine and I can read the initial value of 0x00 using my cell and the nordic debugger app. Unfortunately the value does not get updated in a timer routine. So I hit up the debugger and stepped through the app. Unfortunately after some breakpoints I get to app_error_save_and_stop() with an id of 1 == NRF_ERROR_SVC_HANDLER_MISSING.
So do I need to know something about the debugger or sth. similar? Because to me it feels as if I get that error only when debugging ...
Thanks in advance & best wishes Yatekii