Hi, I'm Developing Custom Board with nRF52832.
When I execute my custom code (by referring to ble_app_template example), an error occured.
First, my hardware spec below,
- MCU : nRF52832QFAA
- SDK : nRF5_SDK_15.2.0_9412b96
- SoftDevice : s132_nrf52_6.1.0_softdevice
The error is fault error. so, system processing "app_error_fault_handler".
then I check parameter in "app_error_fault_handler",
- id : 0x00004001 (NRF_FAULT_ID_SDK_ERROR)
- pc : 0x00000000
- info : 0x20007BB8
I found this error is "NRF_FAULT_ID_SDK_ERROR".
but I don't know why this error ouccred, and How to fix it.
Best Regards