Assert COEX0 without internal GPS on

Hello, we have a device that uses the nRF9160 with an external GPS receiver that is controlled over I2C.  I have connected the LNA enable pin to COEX0 on the nRF9160, but it seems I should have examined the documentation more closely for this pin.

Per this doc: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fref_at_commands%2FREF%2Fat_commands%2Fsip_pin_configuration%2Fsip_pin_configuration.html

It seems the COEX0 pin will only be asserted high when the internal GPS is enabled.

I have tried sending the AT command "AT%XCOEX0=1,1,1570,1580" and also set this:

CONFIG_NRF9160_GPS_SET_COEX0=y

but it still does not work.

Is there a way to set COEX0 high without the internal GPS being enabled?

Using modem firmware mfw_nrf9160_1.3.1 on rev 2 silicon, NCS v1.7.0.

Related