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

lte_lc_connect() function error

Calling the lte_lc_connect() function eventually leads to the code breaking on:

fault_s.S line 104


#elif defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE)
    /* force unlock interrupts */
    eors.n r0, r0
    msr BASEPRI, r0

It never connects to the LTE tower. I am not using the nrf9160 board but a custom board config.

My question would be if there are any config settings which might cause the LTE to not connect?

Related