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
  • Hi

    Sorry, but Edvin is also out of office, so I'll be handling this until resolution or Einar is back. The fact that it took o long to reoccur if you disabled logging could maybe point to a buffer overflow somewhere (that takes longer if you don't have any logging information filling this up quicker, and moves to the SoftDevice region of memory quicker). How do you handle the stored information on your side, do you ever let it clean up or is more and more information just stored and since the event length is pretty short, the SoftDevice doesn't have time to handle everything.

    Can you share some more details on what your application is doing exactly?

    Best regards,

    Simon

Reply
  • Hi

    Sorry, but Edvin is also out of office, so I'll be handling this until resolution or Einar is back. The fact that it took o long to reoccur if you disabled logging could maybe point to a buffer overflow somewhere (that takes longer if you don't have any logging information filling this up quicker, and moves to the SoftDevice region of memory quicker). How do you handle the stored information on your side, do you ever let it clean up or is more and more information just stored and since the event length is pretty short, the SoftDevice doesn't have time to handle everything.

    Can you share some more details on what your application is doing exactly?

    Best regards,

    Simon

Children
No Data
Related