Hi,
i want to use a current time service in nordic app (nRF Toolbox) for the bgm profile. I see, that when the cts service is not found, the micro reset. Why?
Someone, can please me give some information about that?
Thanks, Anna
Hi,
i want to use a current time service in nordic app (nRF Toolbox) for the bgm profile. I see, that when the cts service is not found, the micro reset. Why?
Someone, can please me give some information about that?
Thanks, Anna
You may want to have a look here. You simply need to add the breakpoint inside the app_error_handler() to find out the file name and line and error code. Also checking out what happens after you do service discovery and couldn't find the service you expecting, would it trigger an assertion and then to a reset ?
You may want to have a look here. You simply need to add the breakpoint inside the app_error_handler() to find out the file name and line and error code. Also checking out what happens after you do service discovery and couldn't find the service you expecting, would it trigger an assertion and then to a reset ?