<?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>Disable NFC Interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23676/disable-nfc-interrupt</link><description>Hi, 
 The NFC function is set to read only in my application. I don&amp;#39;t want to wake up my system when someone tap on my device to read the NFC data. (assume this method can save more power) 
 Should I just disable NFC interrupt? If yes, please tell me</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Jul 2017 05:52:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23676/disable-nfc-interrupt" /><item><title>RE: Disable NFC Interrupt</title><link>https://devzone.nordicsemi.com/thread/93077?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 05:52:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fcc1aad-9e8a-45a4-b997-b204cf42496e</guid><dc:creator>sara</dc:creator><description>&lt;p&gt;Thanks for your explanation, and &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/"&gt;essential Q&amp;amp;A from Stefan&lt;/a&gt; is a very good post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable NFC Interrupt</title><link>https://devzone.nordicsemi.com/thread/93076?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 08:54:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24a03d19-8ce7-4b5e-9043-2dcbbcfd2c7d</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Not really. If you want to use NFC HW peripheral block (e.g. it you expect to be working with reader once antenna enters the field) then no you cannot disable interrupt. If you are optimizing power consumption, there is &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/"&gt;essential Q&amp;amp;A from Stefan&lt;/a&gt;. It&amp;#39;s for nRF51 but it&amp;#39;s very much applicable for nRF52 as well. There is nothing about NFC but that&amp;#39;s only small part, like cherry on top of the cake. If you want to use it, you need to have it active, otherwise disable it. Simple as that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable NFC Interrupt</title><link>https://devzone.nordicsemi.com/thread/93072?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 01:46:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aacf8dda-dfb1-423a-a309-26695afc2af3</guid><dc:creator>sara</dc:creator><description>&lt;p&gt;So what I have do is let device enter SYSTEM ON SLEEP mode and disable HW peripherals, and there is no way to disable NFC interrupt. Is it correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable NFC Interrupt</title><link>https://devzone.nordicsemi.com/thread/93075?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 10:20:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f41d17f-91f3-4d27-b9d6-aa6bbfa21f8a</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Still the same as any other situation on nRF5x chips: use SYSTEM ON SLEEP mode (&lt;code&gt;WFE&lt;/code&gt;/&lt;code&gt;WFI&lt;/code&gt;, &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v5.0.0/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html#ga11d88d38ac99fb72cde74c9385d36433"&gt;&lt;code&gt;sd_app_evt_wait()&lt;/code&gt;&lt;/a&gt;), disabling HW peripherals (+ interrupts) when not needed. If not enough and your use case supports it you can try to use SYSTEM OFF mode with external wake-up by GPIO or NFC (but note that you cannot run internal timers so SD doesn&amp;#39;t run any BLE activity etc.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable NFC Interrupt</title><link>https://devzone.nordicsemi.com/thread/93074?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 09:19:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2685aa1d-a2a6-4315-b59d-e1244fbf8d98</guid><dc:creator>sara</dc:creator><description>&lt;p&gt;Understood, but is there any method to save power if user uses NFC to read data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable NFC Interrupt</title><link>https://devzone.nordicsemi.com/thread/93073?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 09:13:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8bbeeb61-28a7-4f2e-865c-c44faf65d9d3</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;I&amp;#39;m afraid you need to wake-up MCU in order to process NFC data flow, only the lowest layer is done in NFC HW peripheral block. So it cannot run with MCU in sleep (SYSTEM ON).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>