<?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>How to reduce Gazell disable current</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27497/how-to-reduce-gazell-disable-current</link><description>When I call nrf_gzll_enable(), then nrf_gzll_disable(), and go to sleep with __WFE(), there is about extra 6uA draw due to this enable/disable action. It seems the nrf_gzll_disable() does not turn everything off due to the use of the radio. How can I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Nov 2017 07:55:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27497/how-to-reduce-gazell-disable-current" /><item><title>RE: How to reduce Gazell disable current</title><link>https://devzone.nordicsemi.com/thread/108603?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 07:55:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e409553f-28b7-4eef-8089-1eb9e9745270</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Joe&lt;/p&gt;
&lt;p&gt;It&amp;#39;s good to hear you figured it out :)&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce Gazell disable current</title><link>https://devzone.nordicsemi.com/thread/108602?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 00:06:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b74056f5-7add-46ea-83bd-490be71a4e88</guid><dc:creator>Joe</dc:creator><description>&lt;p&gt;I think I figured it out. If I wait for the radio to be completely disabled, then shutdown the timer. The next wakeup and transmission will be successful. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce Gazell disable current</title><link>https://devzone.nordicsemi.com/thread/108601?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2017 20:47:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6acadd6a-860b-40f6-a852-16d4f1aede26</guid><dc:creator>Joe</dc:creator><description>&lt;p&gt;Hi Torbjorn,&lt;/p&gt;
&lt;p&gt;I used the Timer0 shutdown, it has indeed removed the 6 uA current while it is disabled. However, I have trouble in re-enabling the radio back later. Is there timing requirement between the SHUTDOWN and sleep? Is there additional thing to do for nrf_gzll_enable() to start up the radio after the SHUTDOWN?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Joseph&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce Gazell disable current</title><link>https://devzone.nordicsemi.com/thread/108600?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 14:52:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25dce473-321b-4dab-b8d3-c200eb76a2ef</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Joe&lt;/p&gt;
&lt;p&gt;It sounds like you have run into &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF52832_Rev_1_Errata_v1.7.pdf"&gt;errata&lt;/a&gt; issue 78, which affects the timers in the nRF52832. Unless they are shutdown using the SHUTDOWN task, they will draw excessive current in system ON sleep mode.&lt;/p&gt;
&lt;p&gt;Could you try to shut down the timer manually after disabling Gazell, before entering sleep, and see if it solves the issue?&lt;/p&gt;
&lt;p&gt;To shut down the timer simply activate the SHUTDOWN task like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_TIMER0-&amp;gt;TASKS_SHUTDOWN = 1;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Or like this, if you use the SoftDevice compliant version of Gazell:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_TIMER2-&amp;gt;TASKS_SHUTDOWN = 1;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>