Hello Nordic!
I'm developing with nrf52840, s340, and SDK 15.3.0
Sometimes, I got an error in app_error_fault_handler.
This is information that gives me in app_error_fault_handler.
Received a fault! id: 0x00001001, pc: 0x00061c94, info: 0x00000000
SOFTDEVICE: INVALID MEMORY ACCESS
I know this problem is violate at softdevice section.
pc location is memset fuction. I want to know return address sins memset finised.
How to do that ?