<?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>NCS 2.6.0 Low-Power</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109708/ncs-2-6-0-low-power</link><description>My chip is battery powered, so I need very low power, and when I try to play with the code, the PPK2 device always gets weird spikes. 
 prj.conf 
 
 overlay 
 
 main.c 
 
 I have no idea how I would change this, even though I have completely commented</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Mar 2024 11:43:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109708/ncs-2-6-0-low-power" /><item><title>RE: NCS 2.6.0 Low-Power</title><link>https://devzone.nordicsemi.com/thread/476127?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 11:43:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c4ee0b5-1420-4b94-8c4e-057bf90bfd86</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You should remove __WFE() and __WFI() as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS 2.6.0 Low-Power</title><link>https://devzone.nordicsemi.com/thread/476125?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 11:39:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fd91572-ccff-434a-ae3f-01b64444f5fd</guid><dc:creator>carefree</dc:creator><description>&lt;p&gt;I just tried to set CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION to n, and this pulse is gone. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS 2.6.0 Low-Power</title><link>https://devzone.nordicsemi.com/thread/476121?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 11:28:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5723a11-7f4c-46d6-b8a8-e9646fe9e037</guid><dc:creator>carefree</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry, it doesn&amp;#39;t work after the modification. What else is possible?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1711538785658v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1711538800183v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1711538869760v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1711538886593v4.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS 2.6.0 Low-Power</title><link>https://devzone.nordicsemi.com/thread/476117?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 11:20:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13529e88-aa36-44f8-9aaa-0d5c0faa3900</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The LFRC source&amp;nbsp;is&amp;nbsp;calibrated periodically against the HFXO to acheive 500 ppm accuracy required for BLE. Calibration can be turned off by adding&amp;nbsp;CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION=y to&amp;nbsp;your prj.conf file.&lt;/p&gt;
&lt;p&gt;Also, you should remove the while loop you have in main() to allow the idle thread to run. The idle thread will call __WFE() to allow the chip to enter System ON (sleep).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>