<?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 LPC546XX Get the reset cause (Watchdog, Power On reset) in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546XX-Get-the-reset-cause-Watchdog-Power-On-reset/m-p/1770754#M54901</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm used to STM32 MCU and there I know how to get the info of the reset cause, but I could not find how to get the info for the LPC546.&lt;/P&gt;&lt;P&gt;Can you please help me?&lt;BR /&gt;Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2023 12:41:32 GMT</pubDate>
    <dc:creator>ES42</dc:creator>
    <dc:date>2023-12-07T12:41:32Z</dc:date>
    <item>
      <title>LPC546XX Get the reset cause (Watchdog, Power On reset)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546XX-Get-the-reset-cause-Watchdog-Power-On-reset/m-p/1770754#M54901</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm used to STM32 MCU and there I know how to get the info of the reset cause, but I could not find how to get the info for the LPC546.&lt;/P&gt;&lt;P&gt;Can you please help me?&lt;BR /&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 12:41:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546XX-Get-the-reset-cause-Watchdog-Power-On-reset/m-p/1770754#M54901</guid>
      <dc:creator>ES42</dc:creator>
      <dc:date>2023-12-07T12:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546XX Get the reset cause (Watchdog, Power On reset)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546XX-Get-the-reset-cause-Watchdog-Power-On-reset/m-p/1770768#M54902</link>
      <description>&lt;P&gt;s usual after making a post, I maybe found:&lt;BR /&gt;&lt;BR /&gt;Is it on the&amp;nbsp;SYSRSTSTAT ?&lt;BR /&gt;&lt;BR /&gt;/*! &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202329"&gt;@name&lt;/a&gt; SYSRSTSTAT - System reset status register */&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_POR_MASK (0x1U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_POR_SHIFT (0U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_POR(x) (((uint32_t)(((uint32_t)(x)) &amp;lt;&amp;lt; SYSCON_SYSRSTSTAT_POR_SHIFT)) &amp;amp; SYSCON_SYSRSTSTAT_POR_MASK)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_EXTRST_MASK (0x2U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_EXTRST_SHIFT (1U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_EXTRST(x) (((uint32_t)(((uint32_t)(x)) &amp;lt;&amp;lt; SYSCON_SYSRSTSTAT_EXTRST_SHIFT)) &amp;amp; SYSCON_SYSRSTSTAT_EXTRST_MASK)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_WDT_MASK (0x4U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_WDT_SHIFT (2U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_WDT(x) (((uint32_t)(((uint32_t)(x)) &amp;lt;&amp;lt; SYSCON_SYSRSTSTAT_WDT_SHIFT)) &amp;amp; SYSCON_SYSRSTSTAT_WDT_MASK)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_BOD_MASK (0x8U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_BOD_SHIFT (3U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_BOD(x) (((uint32_t)(((uint32_t)(x)) &amp;lt;&amp;lt; SYSCON_SYSRSTSTAT_BOD_SHIFT)) &amp;amp; SYSCON_SYSRSTSTAT_BOD_MASK)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_SYSRST_MASK (0x10U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_SYSRST_SHIFT (4U)&lt;BR /&gt;#define SYSCON_SYSRSTSTAT_SYSRST(x) (((uint32_t)(((uint32_t)(x)) &amp;lt;&amp;lt; SYSCON_SYSRSTSTAT_SYSRST_SHIFT)) &amp;amp; SYSCON_SYSRSTSTAT_SYSRST_MASK)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 12:58:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546XX-Get-the-reset-cause-Watchdog-Power-On-reset/m-p/1770768#M54902</guid>
      <dc:creator>ES42</dc:creator>
      <dc:date>2023-12-07T12:58:20Z</dc:date>
    </item>
  </channel>
</rss>

