When I'm single stepping my nRF52 application in Keil with a BLE connection I always get the softdevice_fault_handler called.
I'm using SD 132, v2.0.0 and the the parameters passed to softdevice_fault_handler are: id = 1, pc = variable (always in SD address space), info = 0
Any idea what fault_id 1 is and where other ids are documented ?
Thanks Dave