Hi,
I am using nrf52833 development kit have nRF5_SDK_17.0.2_d674dde with softdevice as s140 when i running the code following error occurs as follows on serial monitor:
<info> app_timer: RTC: initialized.
<error> app: Fatal error
<warning> app: System reset
1. I have tried to solve the problem by change the RAM memory but still the error occurs.
2. I have debug the code then it follow below in app_error.c as shown below
#ifndef DEBUG
NRF_LOG_WARNING("System reset");
NVIC_SystemReset();
#else
Can you tell me how to solve following above errors.