<?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>nrf52 DK board system ON sleep  enter and wakeup</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71042/nrf52-dk-board-system-on-sleep-enter-and-wakeup</link><description>I am using NRF52 DK board and removed SB9 track to connect my ammeter for current measurement . I have taken ble_app_blinky ( peripheral example ) from SDK15.3.0 . 
 My application needs system ON mode since in system OFF , LFCLK switches off and I have</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Feb 2021 05:43:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71042/nrf52-dk-board-system-on-sleep-enter-and-wakeup" /><item><title>RE: nrf52 DK board system ON sleep  enter and wakeup</title><link>https://devzone.nordicsemi.com/thread/292109?ContentTypeID=1</link><pubDate>Mon, 01 Feb 2021 05:43:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0651957d-ba18-4b07-93e0-d098c884dfd9</guid><dc:creator>man</dc:creator><description>&lt;p&gt;I have manage to put the device into system on mode , the problem was somewhere , NRF_LOG_INFO was printing continuously . So after disabling log info and ble advertisement , device enters into system on mode and wakeup is configured based on app_timer expiration&amp;nbsp; &amp;nbsp;or any other interrupt event .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 DK board system ON sleep  enter and wakeup</title><link>https://devzone.nordicsemi.com/thread/291809?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2021 13:58:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58eebe04-c021-4edc-9fe2-23a0f9909105</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;In most of our examples, most noteworthy the Power Profiling application perhaps, you can see that the main loop calles the idle_state_handle() function. This function again calls the nrf_pwr_mgmt_run(); function which checks if the SoftDevice is enabled, and prepares the SoC to go to sleep before actually putting it to sleep. I would suggest you use this function as reference to put your device to sleep as well.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 DK board system ON sleep  enter and wakeup</title><link>https://devzone.nordicsemi.com/thread/291750?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2021 11:03:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14b45385-7b6b-4bec-bfe4-668b818aa752</guid><dc:creator>man</dc:creator><description>&lt;p&gt;One more observation&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If disable softdevice as below ,&lt;/p&gt;
&lt;p&gt;sd_ble_gap_disconnect(m_adv_handle,BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION);&lt;br /&gt; sd_ble_gap_adv_stop(m_adv_handle);&lt;br /&gt; ret_code_t err_code;&lt;br /&gt; err_code = nrf_sdh_disable_request();&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;then device enters into system on mode , but how do we reconfigure and enable softdevice and start advertising again ??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>