Hello!
Im using the nrf sdk "lte_ble_gateway" sample on a nrf9160dk_nrf52840 DK. If im trying to run the fw on the board its reseted because of this "fatal error"... The "ble_init" runs without any error, after a few seconds the board is resetted.
I found another I found the tip to delete "CONFIG_BT_DEBUG_LOG=y" and "CONFIG_BT_SETTINGS=y" in the prj.conf. But in my code the 2 config lines are not existing...
Has anyone an idea about this behavior?
[00:00:03.510,467] <inf> BLE: Initializing Bluetooth..
00> ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c:329
00> k_sem_take failed with err -11
00> [00:00:13.520,874] <err> os: r0/a1: 0x00000003 r1/a2: 0x00000002 r2/a3: 0x00000001
00> [00:00:13.520,904] <err> os: r3/a4: 0x00000149 r12/ip: 0x00000001 r14/lr: 0x000597ad[0m
00> [00:00:13.520,904] <err> os: xpsr: 0x41000000
00> [00:00:13.520,935] <err> os: Faulting instruction address (r15/pc): 0x000597b8
00> [00:00:13.520,965] <err> os: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
00> [00:00:13.521,026] <err> os: Current thread: 0x2001bd00 (sysworkq)
00> [00:00:13.796,295] <err> fatal_error: Resetting system
Best regards,
Markus