Hello,
I have a Thingy:91x.
I flashed a BLE central program to the nRF5340 on this device.
However, I get an error initializing BLE. I've confirmed that this program communicates properly with the nRF5340DK.
00> [00:00:15.045,745] <err> bt_hci_driver: Endpoint binding failed with -11
00> [00:00:15.045,776] <err> bt_hci_core: HCI driver open failed (-11)
00> bt_enable failed (-11)
I rebuilt this program using VSCode's nRF connect sdk, setting the target to thingy91x/nrf5340/cpuapp, and then flashed it to the thingy91x/nrf5340 via SWD from the nRF9161DK.
Is any special configuration required to get the BLE program to work properly on the thingy91x/nrf5340?
windows10, nRF connect SDK v3.00, toolchain v3.00
I'd appreciate any advice.
KazuNino