nRF5340-Audio-DK, sample application, network core not work

Dear,

My environment:

- nRF5430 Audio DK

- nRF Connect SDK v2.3.0

- nRF Audio sample application

After I flashed img, the Bottom LED RGB1 becomes solid red.

The uart log is as follows:

----------

*** Booting Zephyr OS build v3.2.99-ncs2 ***
HL [00:00:00.257,232] <inf> fw_info:
nRF5340 Audio nRF5340 Audio DK cpuapp
NCS base version: 2.3.0
Cmake run : Sun Jul 16 20:12:16 2023
HL [00:00:00.257,263] <inf> fw_info: ------- DEBUG BUILD -------
HL [00:00:00.257,263] <inf> fw_info: HEADSET left device
HL [00:00:00.267,883] <inf> board_version: Compatible board/HW version found: 1.0.0
HL [00:00:02.790,130] <err> ble: No response from NET core, check if NET core is programmed
HL [00:00:02.790,130] <err> ble: ERR_CHK Err_code: [-5] @ line: 42
HL [00:00:02.790,130] <err> os: r0/a1: 0x00000003 r1/a2: 0x00000002 r2/a3: 0x00000001
HL [00:00:02.790,130] <err> os: r3/a4: 0x0006121d r12/ip: 0x00000010 r14/lr: 0x000612a7
HL [00:00:02.790,161] <err> os: xpsr: 0x41000025
HL [00:00:02.790,161] <err> os: s[ 0]: 0x00000000 s[ 1]: 0x00000000 s[ 2]: 0x00000000 s[ 3]: 0x00000000
HL [00:00:02.790,161] <err> os: s[ 4]: 0x00000000 s[ 5]: 0x00000000 s[ 6]: 0x00000000 s[ 7]: 0x00000000
HL [00:00:02.790,191] <err> os: s[ 8]: 0x00000000 s[ 9]: 0x00000000 s[10]: 0x00000000 s[11]: 0x00000000
HL [00:00:02.790,191] <err> os: s[12]: 0x00000000 s[13]: 0x00000000 s[14]: 0x00000000 s[15]: 0x00000000
HL [00:00:02.790,191] <err> os: fpscr: 0x0003aa81
HL [00:00:02.790,191] <err> os: Faulting instruction address (r15/pc): 0x0000839a
HL [00:00:02.790,222] <err> os: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
HL [00:00:02.790,252] <err> os: Fault during interrupt handling

HL [00:00:02.790,252] <err> os: Current thread: 0x20003620 (idle)
HL [00:00:02.790,252] <err> error_handler: Caught system error -- reason 3. Entering infinite loop

----------

It seems that "bt_enable(on_bt_ready);" failed.

May I get your help?

Parents Reply Children
Related