Hi,
I'm trying to debug my application using monitor mode debugging and after setting a breakpoint while the code is running I usually have an assertion that fails in the softdevice and is handled by the app_error_fault_handler.
the handler is called with the following arguments:
* id = 1
* program counter = 0x15520
* info = 0
Could you give me some pointers on which assertion is failing in the softdevice?
Thanks.