<?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>How to feed/refresh Watchdog during BLE activities</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48878/how-to-feed-refresh-watchdog-during-ble-activities</link><description>Hello, 
 
 I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’. 
 
 I have gone through below link. 
 https://devzone.nordicsemi.com/f/nordic-q-a/33134/watchdog-and-sd_app_evt_wait</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jun 2019 12:37:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48878/how-to-feed-refresh-watchdog-during-ble-activities" /><item><title>RE: How to feed/refresh Watchdog during BLE activities</title><link>https://devzone.nordicsemi.com/thread/194363?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2019 12:37:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db2cb89a-c2a6-4fb1-a8aa-00a81b6c5189</guid><dc:creator>beemavishnu</dc:creator><description>&lt;p&gt;Thank you for your inputs.&lt;/p&gt;
&lt;p&gt;Sorry&lt;/p&gt;
&lt;p&gt;1) Is there any example enabling RADIO events. How the events are triggered.&lt;/p&gt;
&lt;p&gt;2) Is this same as &amp;quot;11 Radio Notification&amp;quot; section in S132 Soft Device User guide.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to feed/refresh Watchdog during BLE activities</title><link>https://devzone.nordicsemi.com/thread/194341?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2019 11:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5820f00-cfbf-4eda-a99a-89dc839233e5</guid><dc:creator>haakonsh</dc:creator><description>&lt;ol&gt;
&lt;li&gt;Use RTC to trigger an interrupt, and in that interrupt, you set a global flag. Then check for that flag in your main loop, if it&amp;#39;s set then feed the watchdog. This way you will be feeding the watchdog from mains context at regular intervals, even if you&amp;#39;re in at sleep in SystemON.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;These are events that are triggered at a set time before the RADIO will be used. They are used to notify the application that there will be&amp;nbsp;RADIO activity in x amount of time. See&amp;nbsp;&lt;a title="sd_radio_notification_cfg_set" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.1/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html?cp=3_4_1_1_2_7_2_35#gac2dc8aae2c68a2afa1a77340ad59d789"&gt;sd_radio_notification_cfg_set&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;When you call&amp;nbsp;&lt;span&gt;sd_app_evt_wait() the system will enter SystemON mode, but, it will only return if the wake-up source is anything other than a wake-up source that is needed for the BLE stack.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;That is the expected behavior, the WTD will count down when the CPU is active. See&amp;nbsp;&lt;a title="Temporarily pausing the watchdog" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/wdt.html?cp=3_1_0_39_1#concept_ml5_rzw_sr"&gt;Temporarily pausing the watchdog&lt;/a&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>