ERROR 1813 [Unknown error code] at KGJ`hóˆ@h:536871936 PC at: 0x0001505C

Hi,

I am using the nRF52840 with nRF-SDK version 16.0.

At random intervals, I encounter the following error:

"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error code] at KGJ`hh:536871936 PC at: 0x0001505C".

This issue appears to be the same as one previously reported-here, but that ticket did not provide any helpful details.

Could you please explain under what conditions this error occurs? It would help me narrow down the source of the problem in my code.

Thank you,
Shreya

Parents Reply
  • Hi,

    That is an interesting obeservation, and it could be related, as this will affect the schedulign in the SoftDevice (reserving more time for each connection event). Could you also try to incrase the PPM configuration for the LF clock to (say) NRF_CLOCK_LF_ACCURACY_250_PPM and see if that also gives an imrovement (both alone and combined with longer event length)?

    Edit: While I do not understand the root cause, another potential workaround is to increase NRF_SDH_BLE_GAP_DATA_LENGTH in sdk_config.h to add more margin that way.

Children
Related