nRF5340 audio log errors

Hi,

I programmed network core ble5-ctr-rpmsg_3303.hex with nrfConnect programmer. I then used VS code to run/debug nrf5340_audio_dk_nrf5340_cpuap.

Please let me know why I am seeing:

. <wrn> ble: Failed to create ID

. <wrn> bt_hci_core: Controller to host flow control not supported

Thanks,

*** Booting Zephyr OS build v3.1.99-ncs1 ***
HL [00:00:00.251,983] <inf> audio_sync_timer: Audio sync timer initialized
HL [00:00:00.252,716] <dbg> nrf5340_audio_dk_nrf5340_cpuapp: core_config: Setting gpiote latency to low power
HL [00:00:00.252,777] <dbg> nrf5340_audio_dk_nrf5340_cpuapp: remoteproc_mgr_boot: Network MCU released.
HL [00:00:00.257,446] <inf> fw_info:
nRF5340 Audio nRF5340 Audio DK cpuapp
NCS Version: 2.1.1
Cmake run : Wed Nov 02 15:15:24 2022
HL [00:00:00.257,446] <inf> fw_info: ------- DEBUG BUILD -------
HL [00:00:00.257,476] <inf> fw_info:
HEADSET <no ch selected> defaulting to AUDIO_CH_L
HL [00:00:00.257,476] <inf> fw_info:
HEADSET left device
HL [00:00:00.268,066] <inf> board_version: Compatible board/HW version found: 1.0.0


uart:~$ *** Booting Zephyr OS build v3.1.99-ncs1 ***
HL [00:00:00.271,057] <inf> audio_sync_timer: Audio sync timer initialized
HL [00:00:00.271,759] <dbg> nrf5340_audio_dk_nrf5340_cpuapp: core_config: Setting gpiote latency to low power
HL [00:00:00.271,820] <dbg> nrf5340_audio_dk_nrf5340_cpuapp: remoteproc_mgr_boot: Network MCU released.
HL [00:00:00.364,562] <inf> fw_info:
nRF5340 Audio nRF5340 Audio DK cpuapp
NCS Version: 2.1.1
Cmake run : Wed Nov 02 15:15:24 2022
HL [00:00:00.364,593] <inf> fw_info: ------- DEBUG BUILD -------
HL [00:00:00.364,593] <inf> fw_info:
HEADSET <no ch selected> defaulting to AUDIO_CH_L
HL [00:00:00.364,593] <inf> fw_info:
HEADSET left device
HL [00:00:00.375,213] <inf> board_version: Compatible board/HW version found: 1.0.0


uart:~$ HL [00:00:02.409,393] <wrn> ble: Failed to create ID
HL [00:00:02.412,078] <inf> fs_nvs: 6 Sectors of 4096 bytes
HL [00:00:02.412,078] <inf> fs_nvs: alloc wra: 0, e28
HL [00:00:02.412,109] <inf> fs_nvs: data wra: 0, 33c
HL [00:00:02.422,027] <wrn> bt_hci_core: Controller to host flow control not supported
HL [00:00:02.424,926] <inf> bt_hci_core: No ID address. App must call settings_load()
HL [00:00:02.424,987] <inf> ble: MAC: 00:00:00:00:00:00 (public)
HL [00:00:02.425,567] <inf> ble: Controller version: 3303
HL [00:00:02.550,872] <inf> cis_headset: Regular advertising started
HL [00:00:02.409,393] <wrn> ble: Failed to create ID
HL [00:00:02.412,078] <inf> fs_nvs: 6 Sectors of 4096 bytes
HL [00:00:02.412,078] <inf> fs_nvs: alloc wra: 0, e28
HL [00:00:02.412,109] <inf> fs_nvs: data wra: 0, 33c
HL [00:00:02.422,027] <wrn> bt_hci_core: Controller to host flow control not supported
HL [00:00:02.424,926] <inf> bt_hci_core: No ID address. App must call settings_load()
HL [00:00:02.424,987] <inf> ble: MAC: 00:00:00:00:00:00 (public)
HL [00:00:02.425,567] <inf> ble: Controller version: 3303
HL [00:00:02.550,872] <inf> cis_headset: Regular advertising started
uart:~$

Parents Reply Children
  • gfgf2400a said:
    What do I need to fix this? Modify ble_core.c?

    Which nRF Connect SDK version are you on?
    If you are on a version prior to the PR I linked you can indeed incorporate it into your project to resolve the warning.

    gfgf2400a said:
    This is the sample code provided with nrf5340 audio dk. Should the sample code works without any code change? May be I am missing something here.

    The nRF5340 Audio reference application should function without any modification of the code, yes. Are you experiencing any issues with the functionality when programming your nRF5340 Audio DKs with the default nRF5340 Audio reference application?
    If so, please elaborate on what kind of issues you are experiencing.

    Best regards,
    Karl

  • I think the log shows "NCS Version: 2.1.1" which indicated nRF Connect SDK version 2.1.1.

    Again, the asked problems as in my original ticket:

    Please let me know why I am seeing:

    . <wrn> ble: Failed to create ID

    . <wrn> bt_hci_core: Controller to host flow control not supported

    Please read this ticket. Thanks

Related