nrf_modem_init() does not return on SDK 2.0.0 or later

I've been using the nRF9160 modem library for my implementation. Up until recently, I've had no problem with the interface. I've been using SDK v1.9.1. I decided to update to SDK v2.2.0. I noticed that the API had changed a bit and so I modified my implementation to accommodate the changes. When running the code, I found that when calling the nrf_modem_init() function to initialize the modem, the function does not return.

Debugging this so far has not provided any insight.

Please advice.

Thanks,

Johnas

Related