<?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>Reset when switching on modem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126733/reset-when-switching-on-modem</link><description>Hello, we’re currently facing an issue regarding the start-up of the nrf9151 modem. Its a custom PCB and closely follows the schematic of the nrf9151 DK. For first test SW we’re using the AT-Commander example and added our own overlay. For testing we</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Feb 2026 12:48:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126733/reset-when-switching-on-modem" /><item><title>RE: Reset when switching on modem</title><link>https://devzone.nordicsemi.com/thread/560121?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2026 12:48:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a75193b-3378-48a0-974f-2eb0c0d4ef1c</guid><dc:creator>Artnia</dc:creator><description>&lt;p&gt;Hi Hakon,&lt;/p&gt;
&lt;p&gt;thanks a lot. That was it &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset when switching on modem</title><link>https://devzone.nordicsemi.com/thread/560110?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2026 11:48:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15b30878-d9f9-4f68-ac19-fef33b51ecac</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;&lt;span&gt;DEC0 should not be supplied by 3.3V. This is likely the reason for why you are seeing the strange behavior. Please cut the 3.3V line that goes to the DEC0 pin but leave the capacitor still connected. See if this fixes the issue for you.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1770032909036v1.png" alt=" " /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1770032916315v2.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset when switching on modem</title><link>https://devzone.nordicsemi.com/thread/560057?ContentTypeID=1</link><pubDate>Sat, 31 Jan 2026 15:33:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6b1febe-548f-4eb8-905b-eecec0e154d2</guid><dc:creator>Artnia</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;in my own software reset reason is&lt;br /&gt;&lt;br /&gt;[00:00:00.302,276] &amp;lt;inf&amp;gt; Reset reason: 0x00000000&lt;/p&gt;
&lt;div style="background-color:#1f1f1f;color:#cccccc;font-family:&amp;#39;Droid Sans Mono&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt; &lt;/span&gt;&lt;span style="color:#6a9955;"&gt;// Get reset reason. 1=RESETPIN, 2=DOG, 196611=CTRLAP ...&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt; &lt;/span&gt;&lt;span style="color:#6a9955;"&gt;// &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf9160/page/power.html#register.RESETREAS"&gt;docs.nordicsemi.com/.../power.html&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt; &lt;/span&gt;&lt;span style="color:#4ec9b0;"&gt;uint32_t&lt;/span&gt;&lt;span style="color:#cccccc;"&gt; &lt;/span&gt;&lt;span style="color:#9cdcfe;"&gt;reset_reason&lt;/span&gt;&lt;span style="color:#cccccc;"&gt; &lt;/span&gt;&lt;span style="color:#d4d4d4;"&gt;=&lt;/span&gt;&lt;span style="color:#cccccc;"&gt; &lt;/span&gt;&lt;span style="color:#dcdcaa;"&gt;nrf_power_resetreas_get&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;(&lt;/span&gt;&lt;span style="color:#569cd6;"&gt;NRF_POWER&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt; &lt;/span&gt;&lt;span style="color:#dcdcaa;"&gt;nrf_power_resetreas_clear&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;(&lt;/span&gt;&lt;span style="color:#569cd6;"&gt;NRF_POWER&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;, &lt;/span&gt;&lt;span style="color:#9cdcfe;"&gt;reset_reason&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt; &lt;/span&gt;&lt;span style="color:#569cd6;"&gt;LOG_INF&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;(&lt;/span&gt;&lt;span style="color:#ce9178;"&gt;&amp;quot;Reset reason: 0x&lt;/span&gt;&lt;span style="color:#9cdcfe;"&gt;%08X&lt;/span&gt;&lt;span style="color:#ce9178;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;, &lt;/span&gt;&lt;span style="color:#9cdcfe;"&gt;reset_reason&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I get reset also with at_monitor sample which switches modem on via code, instead of AT commands.&lt;/p&gt;
&lt;p&gt;Also without any custom overlay but just by using the 9151dk as target board I get the same behavior.&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1769873621005v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Did you have a chance to check the schematic?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset when switching on modem</title><link>https://devzone.nordicsemi.com/thread/559869?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 09:51:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbb23b84-a828-4855-856f-547dfdf2b83b</guid><dc:creator>Hakon</dc:creator><description>[quote user="Artnia"]is there a command for reading&amp;nbsp;RESETREAS via AT?[/quote]
&lt;p&gt;I don&amp;#39;t think so, but you read it from software.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset when switching on modem</title><link>https://devzone.nordicsemi.com/thread/559810?ContentTypeID=1</link><pubDate>Wed, 28 Jan 2026 15:47:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e61dede8-2785-409f-909a-477894e6797d</guid><dc:creator>Artnia</dc:creator><description>&lt;p&gt;Hi Hakon,&lt;/p&gt;
&lt;p&gt;is there a command for reading&amp;nbsp;RESETREAS via AT?&lt;/p&gt;
&lt;p&gt;Attached is the schematic, would be nice if you made the ticket private.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/PublicSchematic.pdf"&gt;devzone.nordicsemi.com/.../PublicSchematic.pdf&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset when switching on modem</title><link>https://devzone.nordicsemi.com/thread/559805?ContentTypeID=1</link><pubDate>Wed, 28 Jan 2026 15:12:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef8ea013-d8aa-4cc5-95c4-9c08ee905c5d</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Also, can you read out RESETREAS register to check what it says?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset when switching on modem</title><link>https://devzone.nordicsemi.com/thread/559803?ContentTypeID=1</link><pubDate>Wed, 28 Jan 2026 15:10:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:844a5f0b-9c90-4b52-9a52-4419b07b914c</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;should I make the ticket private? Can you share the design?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>