<?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>SDK15 DFU and WatchDog issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44546/sdk15-dfu-and-watchdog-issue</link><description>Hi, I have developed a custom board with NRF52840. I&amp;#39;m using the Secure BLE DFU bootloader from SDK15, but I have many troubles because my application has WatchDog enabled, and the DFU fails very often. I also tried my application without WatchDog, and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Mar 2019 13:48:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44546/sdk15-dfu-and-watchdog-issue" /><item><title>RE: SDK15 DFU and WatchDog issue</title><link>https://devzone.nordicsemi.com/thread/175036?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2019 13:48:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2485f673-0a9d-4b94-9245-987c540e743b</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Hi Sigurd&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using SDK15.0, the CRV is 2000 (#define NRFX_WDT_CONFIG_RELOAD_VALUE 2000)&lt;/p&gt;
&lt;p&gt;Here above the source code I have on my application (copied from peripheral example on SDK)&lt;/p&gt;
&lt;p&gt;#if WDT_DFU_ENABLED&lt;br /&gt; //Configure WDT.&lt;br /&gt; nrf_drv_wdt_config_t config = NRF_DRV_WDT_DEAFULT_CONFIG;&lt;br /&gt; err_code = nrf_drv_wdt_init(&amp;amp;config, wdt_event_handler);&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;br /&gt; err_code = nrf_drv_wdt_channel_alloc(&amp;amp;m_channel_id);&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;br /&gt; nrf_drv_wdt_enable(); &lt;br /&gt; #endif&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK15 DFU and WatchDog issue</title><link>https://devzone.nordicsemi.com/thread/175025?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2019 13:30:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77e6ada2-cf05-4671-8d9e-fcfff00530b2</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you using SDK 15.2 ?&lt;/p&gt;
&lt;p&gt;What watchdog reload value(CRV) are you using ?&lt;/p&gt;
&lt;p&gt;What is the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/wdt.html?cp=2_1_0_39_3_6#register.CONFIG"&gt;CONFIG &lt;/a&gt;register set to ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>