Hello, Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0
I made my app_error_fault_handler. It is very good for me.
I sometimes got an error. So I saw that log
Received a fault! id: 0x00004001, pc: 0x00000000, info: 0x2003e9b4
ERROR 4 [NRF_ERROR_NO_MEM]
pc is softdevice region so I don't know the reason why to happen.
Let me know how to deal pleaze.
Thank you