bt_hci_driver: Endpoint binding failed with -11 [00:00:02.273,956]

Hi,

I’m using the nRF5340 for a beacon development project in VS Code with nRF Connect SDK v3.1.1.

However, I’m facing the following error during initialization:

Starting Beacon Demo
[00:00:02.273,956] <err> bt_hci_driver: Endpoint binding failed with -11
[00:00:02.273,956] <err> bt_hci_core: HCI driver open failed (-11)
Bluetooth init failed (err -11)

I’ve gone through several threads discussing the same issue, but none of the suggested solutions have worked for me.

Any guidance or suggestions would be greatly appreciated, as I’m new to working with this dual-core controller.

Parents Reply
  • This is not okay as the application core and the network core wont be able to communicate if HCI did not open properly.

    lara said:
    I have now compiled the same firmware for both the NetCore and the AppCore, and flashed them separately.

    What do you mean by this? You should not flash the same image onto both cores. The child image that needs to be flashed onto the Netcore for bluetooth samples to work on APP core is samples/bluetooth/hci_rpmsg.

    Please read this documentation properly to understand how these cores communciate and what you need to flash to each core.

Children
Related