This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

problem with lte_ble_gateway

I can run some of the samples on my nrf9160 DK, however when it comes to this one I get a assertion error err==11 that I have not yet been able to solve.

ncs/zephyr/subsys/bluetooth/host/hci_core.c:317

err = k_sem_take(&sync_sem, HCI_CMD_TIMEOUT);
__ASSERT(err == 0, "k_sem_take failed with err %d", err);


SPM: NS image at 0xc000
SPM: NS MSP at 0x2002bc90
SPM: NS reset vector at 0x14b7d
SPM: prepare to jump to Non-Secure image.
***** Booting Zephyr OS v1.14.99-ncs2 *****
Application started
Initializing Bluetooth..
Establishing LTE link (this may take some time) ...
ASSERTION FAIL [err == 0] @ C:/Users/t61/src/ncs/zephyr/subsys/bluetooth/host/hci_core.c:317
k_sem_take failed with err -11
***** Kernel Panic! *****
Current thread ID = 0x20028030
Faulting instruction address = 0x32372

Related