This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GPS doesn't get a fix when combined with active LTE-M connection

We have a custom PCB with GPS circuit copied from the NR9160-dk board.

The default GPS example is working fine. However, we want to combine GPS tracking and LTE-M connection. The modem init configuration is OK, and the GPS receiver is able to track several (4-5) satellites, but it doesn't succeed in finding a fix. One specific error is printed repeatedly: "GNSS operation blocked by insufficient time windows".

When disabling the LTE connection, the GPS fix is found.

One explanation could be that the COEX0 (GPS_ENABLE) pin is going low regularly (interval of ~300msec) and maybe this results in the GPS receiver to miss GPS signals regularly. Is this a known limitation?

If not, what else could be the reason for this error message?

As a reference, modem initialization code is below.

1 2