We're getting this strange AppError that is supposedly coming from the SD (considering the PC is correct)
App error: id: 0x00000001, pc: 0x0001505C, code: 0x00000715
I do not currently have an application that would reproduce the problem, nor do I have any special steps to reproduce the problem since there is no special pattern on when the app error happens.
The device is scanning BLE beacons 99.9% of the time. Disabling the scanning definitely helps, the error doesn't happen when BLE is off.
We're using FreeRTOS, SD (s140_nrf52_7.0.1_softdevice) and SDK v16.0.0.
My colleague was able to trace through the Cortex-M core registers, the Radio (BLE) interrupt is active when the app error occurs. 3 other interrupts are also pending at that time: SWI5 (software interrupt, no direct code references to it, so assumed to be used internally by softdevice), GPIOE and RTC1.