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

Parents Reply
  • I had loaded the nrf52 stuff, however the wrong version, the README covered the steps but did not mention specifically the

    nrf52840_pca10090 so I of course load the wrong one.

    Two other issues so far one is that I need to run the windows version in the administrative mode, else when change from NS to non-NS unit some of the files don't seem to compile correctly.

    The second is that I am seeing failures when loading files my system seem to occasionally stop after the compare phase and wait and eventually  return an "unknown error", if I take a completely related hex file and load it into the "disk" space. Rinse and Repeat all works well, my guess is I am hitting a time out on the compare phase.

    Nick

Children
No Data
Related