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.