nrf5340 - bt_hci_core: bt_enable: No HCI driver registered Bluetooth init failed (err -19)

Hi,

We have tested beacon sample in our custom board. Build with nrf7002dk_nrf5340_cpuapp_ns board config. Facing below issue but the same build is working fine in nrf7002 dk.(Our custom board is also same as nrf7002DK)

*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
Starting Beacon Demo
[00:00:01.001,251] <err> bt_hci_driver: Endpoint binding failed with -11
[00:00:01.001,281] <err> bt_hci_core: HCI driver open failed (-11)
Bluetooth init failed (err -11)

Here I share the conf file.

CONFIG_BT=y
CONFIG_LOG=y
CONFIG_BT_DEVICE_NAME="Test beacon"
CONFIG_BT_HCI=y

CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y

CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_UART=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_LOG_MODE_DEFERRED=y

Related