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

LTE BLE failed on Thingy91.

Hi,

I am trying to get the BLE values on Thingy91 (PCA20035). And I have followed the

 devzone.nordicsemi.com/.../217018

I have ported the diff (nrf and zephyr diffs from the above link) in my local code base.

I have flashed hci_uart on nRF52840 and lte_ble_gateway changes on nRF9160(pca20035),

But unfortunately, the kernel is panicked, Please find the below RTT viewer logs.

NOTE: I have latest code changes in my machine.  



/*****************************  LOGS  ***********************************/

# SEGGER J-Link RTT Viewer V6.54c Terminal Log File
# Compiled: 17:04:11 on Nov 7 2019
# Logging started @ 12 Dec 2019 20:54:08

00> Application started
00>
00> Initializing Bluetooth..
00>
00> Establishing LTE link (this may take some time) ...
00>
00> ASSERTION FAIL [err == 0] @ C:/Nordic/nRFConnectSDK/whatever/ncs/zephyr/subsys/bluetooth/host/hci_core.c:340
00>
00> k_sem_take failed with err -11
00>
00> [00:00:10.473,144] <err> os: r0/a1: 0x00000004 r1/a2: 0x00000154 r2/a3: 0x00000002
00> [00:00:10.473,1400> [00:00:10.473,144] <err> os: r3/a4: 0x20020cb8 r12/ip: 0x00000000 r14/lr: 0x000174f7
00> [00:00:10.473,144] <err> os: xpsr: 0x4100> [00:00:10.473,144] <err> os: xpsr: 0x41000000
00> [00:00:10.473,175] <err> os: s[0]: 0x00000000 s[1]: 0x00000000 s[2]: 0x00000000 s[3]: 0x00000000
00>
00> [00:00:10.473,175] <err> 00> [00:00:10.473,175] <err> os: s[4]: 0x00000000 s[5]: 0x00000000 s[6]: 0x00000000 s[7]: 0x00000000
00>
00> [00:00:10.473,205] <err> os: s[8]: 0x00000000 s[9]: 0x00000000 s[10]:00> [00:00:10.473,205] <err> os: s[8]: 0x00000000 s[9]: 0x00000000 s[10]: 0x00000000 s[11]: 0x00000000
00>
00> [00:00:10.473,205] <err> os: s[12]: 0x00000000 s[13]: 0x00000000 s[14]: 0x00000000 00> [00:00:10.473,205] <err> os: s[12]: 0x00000000 s[13]: 0x00000000 s[14]: 0x00000000 s[15]: 0x00000000
00>
00> [00:00:10.473,236] <err> os: fpscr: 0x00018b15
00>
00> [00:00:10.473,266] <err> os: Faulting instruction address (r15/pc): 0x00000> [00:00:10.473,266] <err> os: Faulting instruction address (r15/pc): 0x00039ad6
00> [00:00:10.473,266] <err> os: >>> ZEPHYR FATAL ERROR 4: Kernel panic
00> [00:00:10.473,266] <err> os: Current thre00> [00:00:10.473,266] <err> os: Current thread: 0x200283a4 (unknown)
00> [00:00:10.876,190] <err> os: Halting system
# Logging stopped @ 12 Dec 2019 20:55:14

 /****************************      End of Logs       *********************************/



Please let me know if I am missing anything, to the BLE values on Thingy91 (PCA20035), as its blocking the production.

Any quick assistance  would be helpful.

Thank you.

Related