BUS FAULT when working with ASYNC UART

Good Day.

When working with the UART in asynchronous mode, I occasionally get this error:

E: ***** BUS FAULT *****
E:   Precise data bus error
E:   BFAR Address: 0x20040000
E: r0/a1:  0x20000e90  r1/a2:  0x00000000  r2/a3:  0x0003f11e
E: r3/a4:  0x20000ee2 r12/ip:  0x20000380 r14/lr:  0x00000a51
E:  xpsr:  0x21000012
E: s[ 0]:  0x00008048  s[ 1]:  0x000125a4  s[ 2]:  0x00000000  s[ 3]:  0x00008048
E: s[ 4]:  0x40002000  s[ 5]:  0x00000000  s[ 6]:  0x20000118  s[ 7]:  0x00000a8f
E: s[ 8]:  0x00000a71  s[ 9]:  0x000073c9  s[10]:  0x20000ee2  s[11]:  0x00000005
E: s[12]:  0x00000000  s[13]:  0x00000000  s[14]:  0x00000000  s[15]:  0x00000000
E: fpscr:  0x00008048
E: Faulting instruction address (r15/pc): 0x000009e0
E: >>> ZEPHYR FATAL ERROR 25: Unknown error on CPU 0
E: Fault during interrupt handling

E: Current thread: 0x20000380 (unknown)
E: Resetting system<CR>*** Booting nRF Connect SDK v2.5.99-dev1 ***

Please tell me what this is related to and how to fix it.

Thank you.

Related