Hi,
I have a nrf52840-DK board connected to an upstream nrf52840-DK board as well as another downstream nrf52840-DK board.
This setup will run fine for a couple of hours and then the middle board will throw an App Error handler and perform a soft reset. It will then connect back with it's neighours and run for a couple of hours before throwing the same error again.
Is this an error thrown by the soft device or my application code?
As can be seen from the message printout, it wasn't helpful for me to pinpoint the cause.
Any idea what 0x62D means? I am sure I don't have so many lines of code as reported.
I was trying to do a breakpoint and examine the call stack but for some strange reason, I can't set a breakpoint in main.c where the app_error_fault_handler() was defined, reason given by VS code "No source file named main.c". I am able to set and break at other breakpoints in other source modules.
nrf52840-DK
SDK 15.2
softdevice S140
VS Code with Segger JLinkGDBServerCL.exe
Will be helpful if the community can suggest some possible causes and probably some work around or different approach to hunt down the error cause.
Thank you.