Problems with nrf5340 audio example

When I use two nrf5340 audio DK to test the LE audio demo, the handset side always crashes. Especially when I move the DK that is used as the handset.I think that incomplete data reception due to compromised communication can cause a crash problem.

Configuration:

CONFIG_SW_CODEC_SBC=y

Logs:

HL [00:01:39.629,425] <wrn> sw_codec_select: PCM samples dropped
HL [00:01:39.629,425] <err> audio_datapath: Decoded audio has wrong size
HL [00:01:39.629,455] <err> audio_datapath: ERR_CHK Err_code: [-140] @ line: 833
HL [00:01:39.6os: r0/a1:  0x00000003  r1/a2:  0x00000006  r2/a3:  0x00000005
 [00:01:39.629,455] <err> os:  xpsr:  0x41000000d0 r12/ip:  0x00000002 r14/lr:  0x000177ed
HL [00:01:39.629,455] <err> os: s[ 0]:  0x00000000  s[ 1]:  0x00000000  s[ 2]:  0x00000000  s[ 3]:  0x00000000
HL [00:01:39.629,486] <err> os: s[ 4]:  0x00000000  s[ 5]:  0x00000000  s[ 6]:  0x00000000  s[ 7]:  0x00000000
HL [029,486] <err> os: s[ 8]:  0x00000000  s[ 9]:  0x00000000  s[10]:  0x00000000  s[11]:  0x00000000
HL [00:01:39.629,486] <err> os: s[12]:  0x00000000  s[13]:  0xffffffff  s[14]:  0x00000000  s[15]:  0x00000000
HL [00:01:39.629,516] <err> os: fpscr:  0xffffffff
HL [00:01:39.629,516] <err> os: Faulting instruction address (r15/pc): 0x00006104
HL [00:01:39.629,516] R FATAL ERROR 3: Kernel oops on CPU 0
HL [00:01:39.629,547] <err> os: Current thread: 0x20001648 (AUDIO DATAPATH)
HL [00:01:39.629,547] <err> error_handler: Caught system error -- reason 3. Entering infinite loop

And when use ''CONFIG_TRANSPORT_BIS=y'' same as above.

Related