<?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>LPC MicrocontrollersのトピックDetermining cause of last reset</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Determining-cause-of-last-reset/m-p/1547233#M50597</link>
    <description>&lt;P&gt;On the LPC55S69, is there a way to determine the exact cause of the last reset? On Kinetis devices the Reset Control Module provides this with a good degree of granularity. So far all I've found for the LPC55xx is the BOOTMODE field of the Power Management Controller's STATUS register, but that lumps POR, pin reset, BOD, and software reset together.&lt;/P&gt;&lt;P&gt;I see that the same question was asked in&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-how-to-get-reset-reason-and-etc/m-p/956949" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-how-to-get-reset-reason-and-etc/m-p/956949&lt;/A&gt;&amp;nbsp;but no answer was provided.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 23:29:44 GMT</pubDate>
    <dc:creator>scottm</dc:creator>
    <dc:date>2022-11-01T23:29:44Z</dc:date>
    <item>
      <title>Determining cause of last reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Determining-cause-of-last-reset/m-p/1547233#M50597</link>
      <description>&lt;P&gt;On the LPC55S69, is there a way to determine the exact cause of the last reset? On Kinetis devices the Reset Control Module provides this with a good degree of granularity. So far all I've found for the LPC55xx is the BOOTMODE field of the Power Management Controller's STATUS register, but that lumps POR, pin reset, BOD, and software reset together.&lt;/P&gt;&lt;P&gt;I see that the same question was asked in&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-how-to-get-reset-reason-and-etc/m-p/956949" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-how-to-get-reset-reason-and-etc/m-p/956949&lt;/A&gt;&amp;nbsp;but no answer was provided.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 23:29:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Determining-cause-of-last-reset/m-p/1547233#M50597</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2022-11-01T23:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Determining cause of last reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Determining-cause-of-last-reset/m-p/1547559#M50602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;scottm&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We can check general purpose always on domain data storage.Please below. I extract it from UM11126.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhangJennie_0-1667376624988.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/198880i9E0699F339742443/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhangJennie_0-1667376624988.png" alt="ZhangJennie_0-1667376624988.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 08:10:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Determining-cause-of-last-reset/m-p/1547559#M50602</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-11-02T08:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Determining cause of last reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Determining-cause-of-last-reset/m-p/1547848#M50606</link>
      <description>&lt;P&gt;Thanks, I glanced over the Power Management chapter thinking it might be in there but the name "General purpose always on domain data storage" sounded more like a SRAM register file or something. It wasn't coming up on any of the search terms I used.&lt;/P&gt;&lt;P&gt;Should I be accessing this using the PMC_AOREG1 macros? I don't see anything in the MCUX SDK that seems to cover it.&lt;/P&gt;&lt;P&gt;Scottt&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 16:44:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Determining-cause-of-last-reset/m-p/1547848#M50606</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2022-11-02T16:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Determining cause of last reset</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Determining-cause-of-last-reset/m-p/1548057#M50609</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;Yes, you can read&amp;nbsp;&lt;SPAN&gt;PMC_AOREG1 direclty to check reset source.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 05:43:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Determining-cause-of-last-reset/m-p/1548057#M50609</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-11-03T05:43:35Z</dc:date>
    </item>
  </channel>
</rss>

