Dear all
I'm using the SD s140 and nRF52840 along with one of the latest SDKs (17...). Everything works fine, I'm able to start advertising and connect, but from time to time I get the "SOFTDEVICE: INVALID MEMORY ACCESS" fault.
My problem is, that I can't debug with our current setup, but I've rewritten the app_error_fault_handler() and include the "info" parameter in the log. The info is 0x00000000, from the documentation of NRF_FAULT_ID_APP_MEMACC I conclude that its a case of SoftDevice RAM access violation.
I've looked through the forum but only found solutions to issues, if "info" is > 0. So what could the problem in my case?
Best regards
David