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
@Anna: What exactly profile are you implementing ? You based on our example or you wrote your own ? The chip resets most likely because of an assertion. I would suggest you to add a break point in the app error handler and see what cause assertion, which line, and which error code.
Hi hung bui,
i use the example ble_app_gls_s132 and add the cts service, using example the ble_cts_s132. The first one the connection be successful, and the log inform me that the app doesn't have the cts service. If i disconnected and try to connect again the board reset. And i don't understand why, i try to use a breakpoints but they don't help me, if i press F10 to go on inside the code, the board reset,maybe, for the timer that are started!
thanks, Anna
I see that the same behavior, it's present if run only the ble_cts_service. First time connected and log that the cts is not present, second time reset the board.
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 ?
Thank you so much. It's very useful,. In understand that is' the db discovery that is busy.Now i must understand i resolve the problem to void that the watchdog starts.