<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nrf9160 ensure COEX1 is input/floating</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114091/nrf9160-ensure-coex1-is-input-floating</link><description>Hi, 
 We use SDK 2.5.2 on a nrf9160. And have a hardware issue due to a too late update with the first boards. The GNSS LNA enable is wrongly connected to COEX1. 
 COEX0 is not accessible, but COEX2. A quick possible fix would be to connect COEX2 to COEX1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 23 Aug 2024 06:43:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114091/nrf9160-ensure-coex1-is-input-floating" /><item><title>RE: nrf9160 ensure COEX1 is input/floating</title><link>https://devzone.nordicsemi.com/thread/499473?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 06:43:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fad51f5-c187-4b3c-9f8d-61a0eb59f1af</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Thomas,&lt;/p&gt;
&lt;p&gt;&lt;span&gt; In the &lt;/span&gt;&lt;a title="https://docs.nordicsemi.com/bundle/nwp_037/page/WP/nwp_037/coex_if.html#ariaid-title1" href="https://docs.nordicsemi.com/bundle/nwp_037/page/WP/nwp_037/coex_if.html#ariaid-title1"&gt;document&lt;/a&gt;&lt;span&gt;, we only have the following description: &lt;/span&gt;&lt;strong&gt;When the LTE modem is not active, the COEX interface floats.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The pin COEX1 floating/low state when it is disabled while modem is active is not clear. I will request a measurement in the lab to confirm.&lt;/p&gt;
&lt;p&gt;I will update to you once this is done.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 ensure COEX1 is input/floating</title><link>https://devzone.nordicsemi.com/thread/499202?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2024 12:13:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55c740e0-daf7-4284-bb57-80d2c1339fbb</guid><dc:creator>tpg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;so to clarify, after &amp;quot;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/a7ef13f977653fc0b4cb2a336a3c1054763fb755/nrf_modem/include/nrf_modem_gnss.h#L1292"&gt;nrf_modem_gnss_1pps_disenable&lt;/a&gt;&amp;quot; is the pin driving the output to 0, or floating?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 ensure COEX1 is input/floating</title><link>https://devzone.nordicsemi.com/thread/499201?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2024 12:11:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51111a06-630f-47f7-91a8-383efbd0c10f</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Thomas,&lt;/p&gt;
[quote user=""]Can we consider COEX1 to be floating/input as default?[/quote][quote user=""]When PPS is disabled in a newer SDK, can we consider the pin floating?[/quote]
&lt;p&gt;COEX pins all act as output pin. Accoding to&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nwp_037/page/WP/nwp_037/coex_if.html#ariaid-title1"&gt;COEX (nordicsemi.com)&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;To control the COEX interface, the LTE modem must be active. When the LTE modem is not active, the COEX interface floats. Therefore, it is mandatory to use external pull-down resistors in the size range of 100 kΩ in the COEX interface.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
[quote user=""]&lt;p&gt;It seems a bit unclear to me, if it always outputs PPS? Is PPS actually implemented?&lt;/p&gt;
&lt;p&gt;Some parts of the documentation say it &amp;#39;can&amp;#39; output PPS, so we can disable it?&lt;/p&gt;
&lt;p&gt;Some part refer to the SDK for controlling it, seems with 2.6.99 there is some functionality to disable it. But, what would be the default status with SDK 2.5.?&lt;/p&gt;[/quote]
&lt;p&gt;This 1PPS feature is available no later than NCS v2.5.0, you can disable it with &lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/a7ef13f977653fc0b4cb2a336a3c1054763fb755/nrf_modem/include/nrf_modem_gnss.h#L1292"&gt;nrf_modem_gnss_1pps_disenable&lt;/a&gt;. It is disabled by default, since you need to enable it with &lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/a7ef13f977653fc0b4cb2a336a3c1054763fb755/nrf_modem/include/nrf_modem_gnss.h#L1280"&gt;nrf_modem_gnss_1pps_enable&lt;/a&gt;&amp;nbsp;with some prerequests specified in the link.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>