<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: s32k146 RCM-SSRS SWDOG  Abnormal Set in S32K</title>
    <link>https://community.nxp.com/t5/S32K/s32k146-RCM-SSRS-SWDOG-Abnormal-Set/m-p/2346564#M57765</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/62298"&gt;@luhaiou&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What is inside your routine? Does this also happen with an example code?&amp;nbsp;After starting debug session, debugger should assert reset by external pin:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snag_173c4d.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/381471i27B4AE3222E3E796/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_173c4d.png" alt="Snag_173c4d.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Do you clear the&amp;nbsp;RCM-SSRS register by code anywhere? Also, please share which SDK or RTD version you are using so I can test it on my side.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2026 22:14:48 GMT</pubDate>
    <dc:creator>Julián_AragónM</dc:creator>
    <dc:date>2026-04-07T22:14:48Z</dc:date>
    <item>
      <title>s32k146 RCM-SSRS SWDOG  Abnormal Set</title>
      <link>https://community.nxp.com/t5/S32K/s32k146-RCM-SSRS-SWDOG-Abnormal-Set/m-p/2344378#M57688</link>
      <description>&lt;P&gt;Dear NXP,&lt;/P&gt;&lt;P&gt;My target chip is S32K146.&lt;/P&gt;&lt;P&gt;When I am debugging online, the program hasn't run yet and stops at the beginning of the main function.&lt;/P&gt;&lt;P&gt;I found that the RCM-SSRS SWDOG was set.&lt;/P&gt;&lt;P&gt;RCM-SSRS SWDOG is only set after the first click on the debug button. It is normally cleared after clicking the restart button.&lt;/P&gt;&lt;P&gt;Looking forward to NXP's explanation, thank you very much.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 09:51:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k146-RCM-SSRS-SWDOG-Abnormal-Set/m-p/2344378#M57688</guid>
      <dc:creator>luhaiou</dc:creator>
      <dc:date>2026-04-02T09:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: s32k146 RCM-SSRS SWDOG  Abnormal Set</title>
      <link>https://community.nxp.com/t5/S32K/s32k146-RCM-SSRS-SWDOG-Abnormal-Set/m-p/2345794#M57731</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/62298"&gt;@luhaiou&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The SSRS bits include status flags to indicate all reset sources since the last POR or LVD&lt;BR /&gt;that have not been cleared by software.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, the SWDOG bit reads:&amp;nbsp;Indicates a reset has been caused by the watchdog timer timing out. This reset source can be blocked by disabling the watchdog.&lt;/P&gt;
&lt;P&gt;This means that the&amp;nbsp;WDOG runs and expires before connecting the debugger. If you are using S32K1 SDK, you can use the&amp;nbsp;&lt;STRONG&gt;DISABLE_WDOG&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;symbol to disable the WDOG:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/S32K118-Watchdog-Issue/m-p/1875431" target="_blank" rel="noopener"&gt;S32K118 Watchdog Issue&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;BR /&gt;Julián&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 20:49:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k146-RCM-SSRS-SWDOG-Abnormal-Set/m-p/2345794#M57731</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2026-04-06T20:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: s32k146 RCM-SSRS SWDOG  Abnormal Set</title>
      <link>https://community.nxp.com/t5/S32K/s32k146-RCM-SSRS-SWDOG-Abnormal-Set/m-p/2345941#M57743</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I have already used the DISABLE_WDOG symbol to disable the WDOG.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But When I am debugging online, the program hasn't run yet and stops at the beginning of the main function.&lt;/P&gt;&lt;P&gt;I found that the RCM-SSRS SWDOG was set.&lt;/P&gt;&lt;P&gt;RCM-SSRS SWDOG is only set after the first click on the debug button. It is normally cleared after clicking the restart button.&lt;/P&gt;&lt;P&gt;Looking forward to NXP's explanation, thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 03:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k146-RCM-SSRS-SWDOG-Abnormal-Set/m-p/2345941#M57743</guid>
      <dc:creator>luhaiou</dc:creator>
      <dc:date>2026-04-07T03:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: s32k146 RCM-SSRS SWDOG  Abnormal Set</title>
      <link>https://community.nxp.com/t5/S32K/s32k146-RCM-SSRS-SWDOG-Abnormal-Set/m-p/2346564#M57765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/62298"&gt;@luhaiou&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What is inside your routine? Does this also happen with an example code?&amp;nbsp;After starting debug session, debugger should assert reset by external pin:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snag_173c4d.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/381471i27B4AE3222E3E796/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_173c4d.png" alt="Snag_173c4d.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Do you clear the&amp;nbsp;RCM-SSRS register by code anywhere? Also, please share which SDK or RTD version you are using so I can test it on my side.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 22:14:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k146-RCM-SSRS-SWDOG-Abnormal-Set/m-p/2346564#M57765</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2026-04-07T22:14:48Z</dc:date>
    </item>
  </channel>
</rss>

