Debugging in Segger serial example from mesh
It runs and responds to commands, but when paused or hits breakpoint - single step or continue gets to address 0xa60, continue logs the message:
app_error_weak.c, 96, Softdevice assert: 154516:0
Are there some required debugger setting whne debugging with softdevices?
I was debugging sample project without the softdevice without problems - possibly there is another issue.