Hello!
I built the https sample app for the Sparkfun_I got run time errors.
my setup:
Updated Windows 11 Pro
SDK 2.6.1 and 2.8.0
How do I solve this?
"The Modem library must be enabled by CONFIG_NRF_MODEM_LIB to be included in the build(missing_kconfig_param)" CONFIG_NRF_MODEM_LIB=y is set on prj.conf; what else?
Errors:
<err> lte_lc: Failed to configure RAI, err 65536.
<err> cloud: Unable to connect. Err: -116 - Connection timed out.
<err> os: ***** BUS FAULT *****.
<err> os: Precise data bus error.
<err> os: BFAR Address: 0x0.
<err> os: r0/a1: 0xfffffffc r1/a2: 0x20013c2c r2/a3: 0x2000d394.
<err> os: r3/a4: 0x00000020 r12/ip: 0x00000000 r14/lr: 0x0002e381.
<err> os: xpsr: 0x21000000.
<err> os: Faulting instruction address (r15/pc): 0x0002ad04.[0m
<err> os: >>> ZEPHYR FATAL ERROR 25: Unknown error on CPU 0.
<err> os: Current thread: 0x2000d240 (unknown).
<err> fatal_error: Resetting system.
Thanks!