<?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>freertos high power consumption in SDK 12.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21219/freertos-high-power-consumption-in-sdk-12-2</link><description>Hello,
I wanted to updated to SDK 12.2 and I noticed that FreeRtos is consuming 800uA in sleep!!! We do battery powered application and with this power consumption our battery would be dead in 10 days. It is not acceptable for our application. The problem</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Apr 2019 08:08:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21219/freertos-high-power-consumption-in-sdk-12-2" /><item><title>RE: freertos high power consumption in SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/182012?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2019 08:08:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:168a7d6d-265b-4a59-8962-39ee78a30f9f</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;if it is the same SDK as this one, then this thread has a solution, if it not then please create a new thread.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: freertos high power consumption in SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/181337?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2019 13:06:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ed79d27-792a-453f-8634-5d867cbab7a7</guid><dc:creator>Kevin Zhang@PRECINTL</dc:creator><description>&lt;p&gt;Hi Vit!&lt;/p&gt;
&lt;p&gt;Now we are have the same issue you encountered 2 years ago, is it possible for you to give us some tips?&lt;/p&gt;
&lt;p&gt;Many thanks in advance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: freertos high power consumption in SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/83033?ContentTypeID=1</link><pubDate>Thu, 24 Aug 2017 08:11:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d89cd34-dfe3-4cdb-b172-d622c35400d6</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;unfortunately no, I do not know why. Its there in SDK 14&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: freertos high power consumption in SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/83037?ContentTypeID=1</link><pubDate>Thu, 17 Aug 2017 23:23:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c58d2984-bea3-4b93-8f8a-99efc1a761b6</guid><dc:creator>Dave_couling</dc:creator><description>&lt;p&gt;Was this fixed in SDK 12.3?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: freertos high power consumption in SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/83036?ContentTypeID=1</link><pubDate>Mon, 10 Apr 2017 07:31:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f56310eb-3dde-4adc-bbd0-e8dea2eb4d67</guid><dc:creator>vit bernatik</dc:creator><description>&lt;p&gt;Ok thank you for help. I confirm the example is now working (going to sleep where consumes 2uA).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: freertos high power consumption in SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/83035?ContentTypeID=1</link><pubDate>Mon, 10 Apr 2017 05:49:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01457a51-c0fb-413e-91cf-bef3c156edb2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi, all SDK 13.0.0 have logging enabled by default, and current consumption will drop back to normal if you disable it in sdk_config.h. More information here: &lt;a href="https://devzone.nordicsemi.com/blogs/1089/logging-enabled-by-default-in-sdk-bluetooth-exampl/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: freertos high power consumption in SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/83034?ContentTypeID=1</link><pubDate>Fri, 07 Apr 2017 20:50:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e115d34-e51c-4106-9384-01494ef8eafc</guid><dc:creator>vit bernatik</dc:creator><description>&lt;p&gt;Hello Aryan, thanks for response. I did not know there was 13.0 already out. I looked into source codes and it seems someone try to fix it. But I just tried example  &lt;code&gt;sdk13.0_orig\examples\ble_peripheral\ble_app_hrs_freertos\pca10040\s132\arm5_no_packs\ble_app_hrs_freertos_pca10040_s132.uvprojx&lt;/code&gt; and it has huge power consumption 7mA. I connected detect pin to turn off led but still 7mA. Can you remeasure and let someone fix the demo? But just now I tried the other option to overwrite  freertos folder from 13.0-&amp;gt;12.1. After merging FreeRTOSConfig.h I confirm I have expected 2 uA. Thank you!!! :))) But pelase fix your SDK 13.0 free rtos example...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: freertos high power consumption in SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/83032?ContentTypeID=1</link><pubDate>Fri, 07 Apr 2017 18:28:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87262df1-0371-4be6-ac8b-e5e2d3c38b2c</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;This has been fixed in 13.0.0. If you do not want to migrate to 13.0, then use freertos files from 13.0.0 and copy them to 12.2.
You have to copy files from folder  sdk/external/freertos&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>