<?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>High sleep current on nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34671/high-sleep-current-on-nrf52840</link><description>On nrf52840 I get a current of ~10 uA while sleeping. At the moment I don&amp;#39;t run any code and don&amp;#39;t start up the softdevice. I go directly to sleep with __WFE(). The result with the same code on nrf52832 is ~1 uA. Any suggestion on what the reason is and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 May 2018 07:53:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34671/high-sleep-current-on-nrf52840" /><item><title>RE: High sleep current on nrf52840</title><link>https://devzone.nordicsemi.com/thread/133959?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 07:53:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5616b9f-b83d-4a79-b612-704dfc578e02</guid><dc:creator>jonram</dc:creator><description>&lt;p&gt;We found the problem. &lt;/p&gt;
&lt;p&gt;We supplied voltage on VDD.&lt;/p&gt;
&lt;p&gt;VDDH pin was connected to VBUS, but not to supply voltage.&lt;/p&gt;
&lt;p&gt;Supplying VDD and VDDH and let VBUS float gave us the correct current.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High sleep current on nrf52840</title><link>https://devzone.nordicsemi.com/thread/133247?ContentTypeID=1</link><pubDate>Thu, 24 May 2018 12:36:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d525f8c-c8a6-477f-9c0f-d4864504eddd</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;please send me your whole project so that i can test exactly with what you tested and can see the difference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High sleep current on nrf52840</title><link>https://devzone.nordicsemi.com/thread/133146?ContentTypeID=1</link><pubDate>Thu, 24 May 2018 07:49:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e01c3f4-2c89-4cc6-b1f0-14b041c1a100</guid><dc:creator>jonram</dc:creator><description>&lt;p&gt;I have tested both on our own board and the PDK with the same result. The PDK was supplied through external supply pins.&lt;/p&gt;
&lt;p&gt;This was used for measurements:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.qoitech.com/"&gt;https://www.qoitech.com/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High sleep current on nrf52840</title><link>https://devzone.nordicsemi.com/thread/133139?ContentTypeID=1</link><pubDate>Thu, 24 May 2018 07:29:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00b17428-bffa-44db-bfd7-30b3624c486b</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I did a quick test on my desk with that same revision chip. Using a power profiler kit the average current for nRF52840 shows 2.3uA.&lt;/p&gt;
&lt;p&gt;What are you testing this on? is it a PDK or your own custom board?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High sleep current on nrf52840</title><link>https://devzone.nordicsemi.com/thread/133072?ContentTypeID=1</link><pubDate>Wed, 23 May 2018 15:56:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67fc1990-7443-411d-b1cf-3785e98a874f</guid><dc:creator>jonram</dc:creator><description>&lt;p&gt;Chipmarking:&lt;/p&gt;
&lt;p&gt;N52840&lt;/p&gt;
&lt;p&gt;QIAAC0&lt;/p&gt;
&lt;p&gt;1806AB&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;First SystemInit() from nRF5 SDK v15.0.0 is called. After that the the only piece of code I use is the row below. It is located in _start() which is called by the reset handler after SystemInit():&lt;/p&gt;
&lt;div style="background-color:#1e1e1e;color:#d4d4d4;font-family:&amp;#39;Droid Sans Mono&amp;#39;, &amp;#39;monospace&amp;#39;, monospace, &amp;#39;Droid Sans Fallback&amp;#39;;font-size:16px;font-weight:normal;line-height:22px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:#c586c0;"&gt;while&lt;/span&gt;&lt;span style="color:#d4d4d4;"&gt;(&lt;/span&gt;&lt;span style="color:#b5cea8;"&gt;1&lt;/span&gt;&lt;span style="color:#d4d4d4;"&gt;) {&lt;/span&gt;__asm &lt;span style="color:#9cdcfe;"&gt;volatile&lt;/span&gt;&lt;span style="color:#d4d4d4;"&gt; (&lt;/span&gt;&lt;span style="color:#ce9178;"&gt;&amp;quot;wfe&amp;quot;&lt;/span&gt;&lt;span style="color:#d4d4d4;"&gt;);}&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;for nrf52832 I use SystemInit from system_nrf52.c&lt;/p&gt;
&lt;p&gt;for nrf52840 I use SystemInit from system_nrf52840.c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High sleep current on nrf52840</title><link>https://devzone.nordicsemi.com/thread/133027?ContentTypeID=1</link><pubDate>Wed, 23 May 2018 13:50:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09df8c1f-ce9f-4e43-a974-89fed7e010d7</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Can you tell give me the laser markings on your chip and the project that you ran on this chip. I need to see the startup files before main.c to see if they are doing some errata workarounds&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>