Hi,
I'm trying to develop a custom service and am following a few examples in trying to do so. The software crashes for me everytime after advertising the new service or else in services_init().
I'm using SEGGER tools on linux and the nRF52833-DK board.
I started with the ble peripheral uart example. Added a new service. I get: NRF_BREAKPOINT_COND; everytime. Not sure how to fiind the problem or debug it.
Is there a good template project in SEGGER and nRF52833-DK with a custom service that I can start from?
thanks,