<?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>DETECT signal nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19009/detect-signal-nrf52840</link><description>Can someone tell me how the DETECT signal works in the nRF52840?
This version of the nrf52 has 2 GPIO ports.
Does that mean there are 2 DETECT signals? or is there still one and are all SENSE levels of both ports ORed into a combined DETECT?
Does a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Jan 2017 05:51:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19009/detect-signal-nrf52840" /><item><title>RE: DETECT signal nrf52840</title><link>https://devzone.nordicsemi.com/thread/73487?ContentTypeID=1</link><pubDate>Thu, 26 Jan 2017 05:51:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9e2e2b0-3a81-441d-901a-cf97614a594a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;It should not cause a pulse, it showed in the Figure in the spec.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DETECT signal nrf52840</title><link>https://devzone.nordicsemi.com/thread/73485?ContentTypeID=1</link><pubDate>Wed, 18 Jan 2017 15:24:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01cf2a1f-6e7e-48c7-ab73-70f7e8da41dc</guid><dc:creator>Martijn</dc:creator><description>&lt;p&gt;It suspect it would pulse when I clear the LATCH register of the GPIO in LDETECT mode. But what happens when I clear the LATCH register of the GPIO in DETECT mode?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DETECT signal nrf52840</title><link>https://devzone.nordicsemi.com/thread/73484?ContentTypeID=1</link><pubDate>Wed, 18 Jan 2017 13:35:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c212356a-5327-4d70-84cf-39d179dab77f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I would assume that the common DETECT should still have the pulse. But I haven&amp;#39;t tried myself :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DETECT signal nrf52840</title><link>https://devzone.nordicsemi.com/thread/73486?ContentTypeID=1</link><pubDate>Wed, 18 Jan 2017 07:01:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7250801c-064d-41f0-a3ee-1af571350a44</guid><dc:creator>Martijn</dc:creator><description>&lt;p&gt;Good point! didn&amp;#39;t even think about that. How does it work in that case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DETECT signal nrf52840</title><link>https://devzone.nordicsemi.com/thread/73482?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2017 12:30:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab712524-00c2-4b10-8c82-be7ba890dc6c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I agree, the documentation could be clearer regarding the 2 ports and how DETECT is connected especially if one is in DETECT mode and one is in LDETECT mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DETECT signal nrf52840</title><link>https://devzone.nordicsemi.com/thread/73483?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2017 14:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:641d79be-2f1b-4451-815b-a905f1f49c65</guid><dc:creator>Martijn</dc:creator><description>&lt;p&gt;Yes, you are correct, I meant LDETECT mode. I do not have nRF52840 here right now, but i was writing a common driver for both versions, but could not find any clear documentation about this. For now I implemented it exactly like you said and will test when we have a nRF52840 here. It works as expected on the nRF52832.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DETECT signal nrf52840</title><link>https://devzone.nordicsemi.com/thread/73481?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2017 14:19:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4738f7f-9b5c-44fe-922a-a3d135b45bb8</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Martijn,&lt;/p&gt;
&lt;p&gt;It&amp;#39;s true that we have 2 GPIO ports. But the DETECT signal are single. So DETECT from both ports are connected together.&lt;/p&gt;
&lt;p&gt;SENSE level of a pin on any port will result in a DETECT signal.&lt;/p&gt;
&lt;p&gt;A clear of the LATCH on one PORT won&amp;#39;t cause DETECT signal in normal mode to change. I guess you are talking about the LDETECT mode ? I haven&amp;#39;t tested my self but I believe it will cause the common DETECT signal a pulse as showed in Figure 23 in the spec. I think it worth to test.&lt;/p&gt;
&lt;p&gt;The implementation in our SDK is not using LDETECT for now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>