Hi,
I want to create a custom GATT service. So I duplicate the example from the SDK ble_app_blinky. Basically what I did so far is rename all the "LBS" (ble_lbs, lbs_p, etc.) apperances with my own variable name.
But when I upload the code, when I connect to the board, it crash. When I change the build to RELEASE, it works.
What could be the issue ? I don't find a way to put a breakpoint in the debugger, as soon as I it "Connect" on my phone, it crash without leaving a trace of the functions called or something that can help understand the issue.
Thanks for your insights.