nRF5340 Audio applications run error in NCS v2.7.0

Hello,

I'm using nRF5340 audio application with nRF Connect SDK v2.7.0 on nrf5340 Audio DK.I didn't change anything in the sample code.

I build by this cmd:python buildprog.py -c both -b debug -d both -p

When I burned "merged_domains.hex" 

When I burned the code, the error always occurred.

Here is the error log.

*** Booting nRF Connect SDK v2.7.0-ad602496b6a8 ***
*** Using Zephyr OS v3.6.99-100befc70c74 ***
GW [00:00:00.396,148] <inf> board_version: Compatible board/HW version found: 1.0.0
GW [00:00:00.420,989] <inf> fw_info: 
	 nRF5340 Audio nRF5340 Audio DK cpuapp 			    
	 NCS base version: 2.7.0 			    
	 Cmake run : Thu Sep 12 18:12:37 2024
GW [00:00:00.421,020] <inf> fw_info: ------- DEBUG BUILD -------
GW [00:00:00.421,020] <inf> fw_info: Compiled for GATEWAY device
GW [00:00:00.490,722] <inf> bt_mgmt_ctlr_cfg: Controller: SoftDevice: Version 5.4 (0x0d), Revision 8699
GW [00:00:00.490,936] <inf> bt_mgmt: Local identity addr: E7:E0:45:53:D5:28 (random)
GW [00:00:00.491,058] <inf> audio_usb: Ready for USB host to send/receive.
GW [00:00:00.491,973] <err> bt_bap_unicast_client: bt_iso_cig_create failed: -134
GW [00:00:00.491,973] <err> unicast_client: Failed to create unicast group: -134
GW [00:00:00.491,973] <err> main: ERR_CHK Err_code: [-134] @ line: 569	
GW [00:00:00.492,004] <err> os: r0/a1:  0x00000003  r1/a2:  0x0000000c  r2/a3:  0x0000000b
GW [00:00:00.492,004] <err> os: r3/a4:  0x00000003 r12/ip:  0x20003530 r14/lr:  0x00060d11
GW [00:00:00.492,004] <err> os:  xpsr:  0x29100000
GW [00:00:00.492,004] <err> os: s[ 0]:  0x20001bac  s[ 1]:  0x00060ee5  s[ 2]:  0x20011db4  s[ 3]:  0x00000004
GW [00:00:00.492,034] <err> os: s[ 4]:  0x20011ecc  s[ 5]:  0x00040a69  s[ 6]:  0x00000000  s[ 7]:  0x2001fd70
GW [00:00:00.492,034] <err> os: s[ 8]:  0x2001fd40  s[ 9]:  0xffffffff  s[10]:  0xffffffff  s[11]:  0x00060f29
GW [00:00:00.492,034] <err> os: s[12]:  0x00007b5d  s[13]:  0x000726cc  s[14]:  0xffffff7a  s[15]:  0x00000239
GW [00:00:00.492,034] <err> os: fpscr:  0x2001fd40
GW [00:00:00.492,065] <err> os: Faulting instruction address (r15/pc): 0x00003cc2
GW [00:00:00.492,065] <err> os: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
GW [00:00:00.492,095] <err> os: Current thread: 0x20006478 (main)
GW [00:00:00.492,095] <err> error_handler: Caught system error -- reason 3. Entering infinite loop

I have tested NCS 2.4.0 last year,it worked will.

Parents Reply
  • 1. It seems that VSCode is not available, but I am still willing to give it a try
    2. Let me describe my problem again. I can build sample code normally, whether through scripts or "West Build", and it looks fine. 
    3. There seem to be two problems now. Although the script can build normally, it can not burn the firmware. The log display is different from what is in the user guide. Another issue is neither BIS broadcasting nor CIS scanning can start properly when I burned firmware by 《nRF Connect Desktop》.

Children
No Data
Related