<?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: How to know the microcontroller restart reason in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1653320#M65073</link>
    <description>I've not used this part, does it have a Reset Control Module (RCM)?&lt;BR /&gt;&lt;BR /&gt;Look for something like System Reset Status Register 0 (RCM_SRS0 and SRS1) etc.&lt;BR /&gt;&lt;BR /&gt;Some times there are also 'sticky' copies. Better to use those results if available.&lt;BR /&gt;</description>
    <pubDate>Thu, 18 May 2023 20:27:47 GMT</pubDate>
    <dc:creator>bobpaddock</dc:creator>
    <dc:date>2023-05-18T20:27:47Z</dc:date>
    <item>
      <title>How to know the microcontroller restart reason</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1651252#M65061</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are using MK221M controller.&amp;nbsp;&lt;/P&gt;&lt;P&gt;RTOS MQX4.2&lt;/P&gt;&lt;P&gt;I need to know the restart reason of microcontroller on every reboot.&lt;/P&gt;&lt;P&gt;Example: Microcontroller can restart due to Watchdog, power cycle etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please suggest me way to do that?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudhanshu&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 14:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1651252#M65061</guid>
      <dc:creator>sudhanshumehta</dc:creator>
      <dc:date>2023-05-16T14:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to know the microcontroller restart reason</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1653186#M65072</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/11697"&gt;@sudhanshumehta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you ask our partner, Embedded Access, for this question.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://embedded-access.com/" target="_blank"&gt;https://embedded-access.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 14:21:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1653186#M65072</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2023-05-18T14:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to know the microcontroller restart reason</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1653320#M65073</link>
      <description>I've not used this part, does it have a Reset Control Module (RCM)?&lt;BR /&gt;&lt;BR /&gt;Look for something like System Reset Status Register 0 (RCM_SRS0 and SRS1) etc.&lt;BR /&gt;&lt;BR /&gt;Some times there are also 'sticky' copies. Better to use those results if available.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 May 2023 20:27:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1653320#M65073</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2023-05-18T20:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to know the microcontroller restart reason</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1653850#M65077</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_0282.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223986i64B9F04FCF8A1755/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_0282.PNG" alt="IMG_0282.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Yes&lt;/STRONG&gt; &lt;SPAN&gt;&lt;STRONG&gt;RCM-&amp;gt;SRS0, RCM-&amp;gt;SRS1 are the registers.&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;this is complete detail.&amp;nbsp;&lt;SPAN&gt;bobpaddock was right. you can read&amp;nbsp;printf ("\r\n Restart reason code %.02x %.02x", &lt;STRONG&gt;RCM-&amp;gt;SRS0, RCM-&amp;gt;SRS1&lt;/STRONG&gt;);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 12:44:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1653850#M65077</guid>
      <dc:creator>sudhanshumehta</dc:creator>
      <dc:date>2023-05-19T12:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to know the microcontroller restart reason</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1653853#M65078</link>
      <description>&lt;P&gt;for more details my reply is below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 12:45:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-know-the-microcontroller-restart-reason/m-p/1653853#M65078</guid>
      <dc:creator>sudhanshumehta</dc:creator>
      <dc:date>2023-05-19T12:45:19Z</dc:date>
    </item>
  </channel>
</rss>

