<?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>Excessive current consumption when RTC running.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37326/excessive-current-consumption-when-rtc-running</link><description>Hi, I use s132 and SDK15 to work with nrf52832. In code I set up RTC and CC to trigger every N ticks. It works as expected and time periods counted correctly. However, when I measure current consumption, I notice current pulses about every N/4 ticks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Aug 2018 05:57:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37326/excessive-current-consumption-when-rtc-running" /><item><title>RE: Excessive current consumption when RTC running.</title><link>https://devzone.nordicsemi.com/thread/144825?ContentTypeID=1</link><pubDate>Mon, 20 Aug 2018 05:57:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0794cc2c-2855-4355-8d2e-84a1e6ff0ee5</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The RTC should not cause this high peak current consumption (6 mA). Are you confident that the measurements are correct? Assuming they are, and as you see it varying depending on the RTC configuration, I wonder if you might be seeing some interrupts that you perhaps have not expected, and that you spend some time processing them.&amp;nbsp;You could get&amp;nbsp;a current consumption in that order if the CPU is active. Can you upload the code that you use to produce this behavior?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Excessive current consumption when RTC running.</title><link>https://devzone.nordicsemi.com/thread/144587?ContentTypeID=1</link><pubDate>Thu, 16 Aug 2018 15:21:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:316c0237-2dc5-4815-a817-e3bfe92db18a</guid><dc:creator>Valerii_Ie</dc:creator><description>&lt;p&gt;Hi Einar,&lt;br /&gt;The distance between pulses is always near 17ms. I assumed that it RTC related because If I increase RTC sleep interval the distance between pulses increases proportionally.&amp;nbsp;&lt;br /&gt;Please see attached zoomed plot. I&amp;#39;ll start preparing code for revision. &lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2018_2D00_08_2D00_16-at-18.16.59.png" /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Excessive current consumption when RTC running.</title><link>https://devzone.nordicsemi.com/thread/144532?ContentTypeID=1</link><pubDate>Thu, 16 Aug 2018 12:23:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc091f62-2e32-44b0-b668-3012be756edb</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The spikes you are seeing do not look like the LDO refresh mode. Looking at the graph you posted, they seem to be about 20 ms apart and almost 1 ms long. This is way too wide and with a too long distance in time for refresh mode.&amp;nbsp;It looks like you are using the CPU or similar.&amp;nbsp;Can you make a plot that zooms in (in time) on a single spike? It would also be very useful to see your code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Excessive current consumption when RTC running.</title><link>https://devzone.nordicsemi.com/thread/144428?ContentTypeID=1</link><pubDate>Thu, 16 Aug 2018 07:48:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94246c55-05ad-4e95-bccb-18cc66e576de</guid><dc:creator>Valerii_Ie</dc:creator><description>&lt;p&gt;Hi Aryan, I found similar figure on devzone.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/24324/power-consumption-spike"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/24324/power-consumption-spike&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also I tried to disable all peripherals on board and to catch any retated interrupts. No result for now. If this spikes are normal operation of ldo oi wonder if any official doc can give detailed description of dependencies to make one understand how frequency of this spikes can be adjusted.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Excessive current consumption when RTC running.</title><link>https://devzone.nordicsemi.com/thread/143926?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 11:43:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53d8d108-51d9-4b73-9c7b-af04fe2fafe0</guid><dc:creator>Valerii_Ie</dc:creator><description>&lt;p&gt;Hi Aryan, yes I use custom board and can&amp;#39;t publish code. However rtc functionality is based on RTC example taken from sdk 15. Chip marking:&amp;nbsp;&amp;nbsp;&lt;em&gt;N52832&amp;nbsp;&lt;/em&gt;&lt;em&gt;QFAAE1&amp;nbsp;&lt;/em&gt;&lt;em&gt;1812AJ&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/em&gt;Also current plot:&amp;nbsp;&lt;em&gt;&lt;br /&gt;&lt;img alt="Current spikes (15-17ms ivl.) between RTC CC events" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2018_2D00_08_2D00_13-at-14.41.04.png" /&gt;&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Excessive current consumption when RTC running.</title><link>https://devzone.nordicsemi.com/thread/143918?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 11:31:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ac2010c-3e55-4ead-a82d-793ccbea62e0</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Valerii, are you testing this on a custom board? if so which version of nRF52832 exactly are you using (can you give the lazer markings)? 6mA is too high for just RTC . It seems that something else is also running in the background and it is not just RTC as you seem.&lt;/p&gt;
&lt;p&gt;Can you attach your code here, so that i can do a quick test on my desk?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Excessive current consumption when RTC running.</title><link>https://devzone.nordicsemi.com/thread/143757?ContentTypeID=1</link><pubDate>Fri, 10 Aug 2018 15:33:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83d66956-c9f2-4347-abba-7510b28076da</guid><dc:creator>Valerii_Ie</dc:creator><description>&lt;p&gt;Hi Aryan, what pin number do you mean?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Excessive current consumption when RTC running.</title><link>https://devzone.nordicsemi.com/thread/143728?ContentTypeID=1</link><pubDate>Fri, 10 Aug 2018 12:45:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dda34eca-5b13-42cb-abc3-29c3e5e05cb9</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I am curious to know if there are any other parts of your code logic that depends on the define of&amp;nbsp;N ticks? Can you show me your power consumption analyzer snapshot to see the spikes nature?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>