<?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>nRF9160 types of reset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74484/nrf9160-types-of-reset</link><description>Hello, 
 The Zephyr OS provides a function to reboot the module, sys_reboot(type) where type is either a cold or a warm reboot. 
 However I cannot find anywhere the difference between the two. Also, it seems that this function ends up calling function</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Apr 2021 09:42:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74484/nrf9160-types-of-reset" /><item><title>RE: nRF9160 types of reset</title><link>https://devzone.nordicsemi.com/thread/307189?ContentTypeID=1</link><pubDate>Wed, 28 Apr 2021 09:42:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c85bb15-f775-44bb-95bb-4e11a65e3345</guid><dc:creator>NelsonGoncalves</dc:creator><description>&lt;p&gt;Thanks, it is clearer now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 types of reset</title><link>https://devzone.nordicsemi.com/thread/307150?ContentTypeID=1</link><pubDate>Wed, 28 Apr 2021 07:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c29f1b96-0395-42ad-9381-12ef6aee2b55</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;sys_reboot() will call sys_arch_reboot(), which has a different implementation depending on the system architecture.&amp;nbsp;On the nRF9160,&amp;nbsp;sys_arch_reboot() will ignore the type argument and result in a call to NVIC_SystemReset(), which performs a soft reset.&lt;/p&gt;
&lt;p&gt;In Table 17 in&amp;nbsp;&lt;span&gt;&amp;quot;5.1.5.8 Reset behavior&amp;quot; an &amp;#39;x&amp;#39; denotes what will be reset when the different types of reset are performed. For example, a soft reset will only reset the CPU and modem. RAM may be configured to be retained during System OFF mode. RAM which has not been configured to be retained may be corrupted when performing a watchdog reset. When a power on or brownout reset is performed, all RAM may be corrupted, even RAM configured to be retained.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;See section &amp;quot;4.3 VMC — Volatile memory controller&amp;quot; of &lt;a href="https://infocenter.nordicsemi.com/pdf/nRF9160_PS_v2.0.pdf"&gt;the nRF9160 Product Specification&lt;/a&gt; for information on how to configure RAM blocks to be retained. Note that RAM is never reset, so an &amp;#39;x&amp;#39; in the reset behavior table only denotes that the contents of the specified RAM type may be corrupted.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>