<?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>Watchdog with bootloader on nRF9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56459/watchdog-with-bootloader-on-nrf9160</link><description>Hello, 
 I try to add watchdog on aws_fota sample but Something is wrong about bootloader to application transition and it always reboots. 
 00&amp;gt; [00:00:00.051,513] &amp;lt;inf&amp;gt; mcuboot: Starting bootloader 
 00&amp;gt; [00:00:00.078,887] &amp;lt;inf&amp;gt; mcuboot: Primary image</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Jan 2020 16:37:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56459/watchdog-with-bootloader-on-nrf9160" /><item><title>RE: Watchdog with bootloader on nRF9160</title><link>https://devzone.nordicsemi.com/thread/232146?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2020 16:37:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16ef334a-1931-4e77-a20e-680f6cb8402f</guid><dc:creator>Fabien Comte</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for the info.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Watchdog with bootloader on nRF9160</title><link>https://devzone.nordicsemi.com/thread/231638?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2020 12:27:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f85c66c-feaa-48d7-adc7-5b6ddb4ee296</guid><dc:creator>shibshab</dc:creator><description>&lt;p&gt;FYI&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1807"&gt;https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1807&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Is on the way in now, which makes the watchdog available from non-secure by default.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Watchdog with bootloader on nRF9160</title><link>https://devzone.nordicsemi.com/thread/228784?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 12:22:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aef461b6-ec34-419b-9bc4-5ce78e8dcbcc</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Have you set up the SPM to configure the WDT as non-secure?&lt;/p&gt;
&lt;p&gt;I recommend you do it by adding a configuration file for the SPM in your project directory.&lt;/p&gt;
&lt;p&gt;You can&amp;nbsp; do this by adding the following to your CMakeLists.txt before you include :&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;set(spm_CONF_FILE
    ${CMAKE_CURRENT_SOURCE_DIR}/spm.conf
    )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And adding a file called spm.conf in your project directory (next to your CMakeLists.txt) containing:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_SPM_NRF_WDT_NS=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If you are using SES, remember that you have to re-open your project for changes in CMakeLists.txt and configuration files to take effect.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>