Good day.
I am currently verifying BT of nRF5340 on a custom board using nrf7002 with nrf5340.
My custom board is based on the nRF7002DK, and the pin connections are based on the nRF7002DK.
To check the BT connection of nRF5340 and WIFI connection of nRF7002 at once, I am using the example of WIFI connection using BT in lesson 2-exercise 3 of DEV ACADEMI.
I succeeded in bulid the example, but when I tried to run it, I got an error.
*** Booting nRF Connect SDK v2.7.0-5cb85570ca43 *** *** Using Zephyr OS v3.6.99-100befc70c74 *** [00:00:02.191,589] <err> bt_hci_driver: bt_ipc_open: Endpoint binding failed with -11 [00:00:02.191,619] <err> bt_hci_core: bt_enable: HCI driver open failed (-11) [00:00:02.191,619] <err> Lesson2_Exercise3: main: Bluetooth init failed (err -11).
From this error history, i deduced that the BT module failed to connect with the network core.
However, i still don't know the exact cause of the error and how to fix it.
Any help would be greatly appreciated by me.
Thank you.