Hi, I'm getting regular crashes with my app: SOFTDEVICE: ASSERTION FAILED.
Using and NRF52832, SDK 15.3.0, SD 132 6.1.1, and Mesh SDK 3.1.0.
With DEBUG defined, I don't really get more info: id=1, pc=148742, info=0.
The last mesh log usually is something with TX (mostly net_beacon.c, 265, BEACON TX).
One crash, I also had a log of getting event NRF_EVT_RADIO_SESSION_IDLE.
I use the mesh SDK to communicate via mesh between nodes, to advertise iBeacon (100ms interval), and I use the scan callback. Next to that, I also use the SD to advertise service data.
Parameters:
Any idea of what causes this crash?