<?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>Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85339/power-saving-system-off-mode</link><description>Hi, I am working on ble_app_uart_c_pca10056_s140 project. I have changed the following for power saving. Is this the right way to achieve this mode? After how much time it will trigger? How can I test that? And how can I use this pin( #define Interrupt_Pin</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Mar 2022 21:04:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85339/power-saving-system-off-mode" /><item><title>RE: Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/thread/356154?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 21:04:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43367c54-70b3-41ee-b901-3cdaa1439efb</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Sorry for the misunderstanding, but &amp;quot;debug&amp;quot; mode in&amp;nbsp;my last reply refer to the chip is in &amp;quot;programming&amp;quot; mode after programming firmware before the chip is power cycled. It does not refer to building your application with release or debug.&lt;/p&gt;
&lt;p&gt;So make sure you power cycle the board before testing.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/thread/356065?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 13:27:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50f9a303-55e4-443e-b84b-bd21192d4843</guid><dc:creator>Muqarrab</dc:creator><description>&lt;p&gt;I have changed to release mode but still getting the following error.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1646314049334v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/thread/356053?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 13:06:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4fe7621-4264-465e-b27e-d1cccf048280</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;If you are in debug mode then this will not work as intended, see here:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/18075/nrf52-does-not-enter-system-off/69710#69710"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/18075/nrf52-does-not-enter-system-off/69710#69710&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/thread/356034?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 12:36:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55f0f5ad-e9af-4ba2-901a-ece8e1072ab2</guid><dc:creator>Muqarrab</dc:creator><description>&lt;p&gt;I have made a timer of like 10 sec in which I am calling this function to save power. and getting the following error.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1646310964144v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/thread/356030?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 12:28:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55eeba7a-46b3-4981-9fe5-a089bb494bc6</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I suggest to use&amp;nbsp;nrf_gpio_cfg_sense_set() directly instead of bsp_wakeup_button_enable(), e.g.:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nrf_gpio_cfg_sense_set(Interrupt_Pin,&amp;nbsp;NRF_GPIO_PIN_SENSE_LOW);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/thread/355954?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 08:58:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83030b41-623e-40c8-a102-a30b96918424</guid><dc:creator>Muqarrab</dc:creator><description>&lt;p&gt;Here is the error.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1646297894744v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/thread/355886?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 15:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0a6d5d6-99c5-42bd-a107-50c97100f793</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;If you build with debug (instead of release) then you should get information about failure, e.g. file name, line number and error code.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/thread/355846?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 14:19:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f5b921d-388f-435d-a642-756500bcdd83</guid><dc:creator>Muqarrab</dc:creator><description>&lt;p&gt;Thanks for the reply. I have made this function but when I called this I am getting the following error.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1646230776654v2.png" alt=" " /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1646230729055v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Saving(System off Mode)</title><link>https://devzone.nordicsemi.com/thread/355818?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 12:49:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45440261-3d0e-4b73-ad4b-c7c53b76d829</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;idle_state_handle() with&amp;nbsp;nrf_pwr_mgmt_run() should be used in the for(;;) loop in main() to ensure that the CPU go to low power mode between events and interrupts.&lt;/p&gt;
&lt;p&gt;When you want to shut down the chip to system OFF mode, and only wakeup on pin press, then you should use&amp;nbsp;sd_power_system_off(). Typically before calling&amp;nbsp;sd_power_system_off() you should setup some pins to wakeup the chip, this can for instance be done using&amp;nbsp;nrf_gpio_cfg_sense_set(). On wakeup from system off it will start from start of main().&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>