<?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のトピックRe: LPC17xx suspend watchdog in sleep</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC17xx-suspend-watchdog-in-sleep/m-p/2071910#M57998</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/247325"&gt;@laurianussss&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, once the watchdog of the LPC1768 is enabled, it cannot be disabled via software. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, you can consider using a timer to wake up the MCU and feed the watchdog. Alternatively, you can consider using an external watchdog IC.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Apr 2025 09:18:32 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2025-04-01T09:18:32Z</dc:date>
    <item>
      <title>LPC17xx suspend watchdog in sleep</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC17xx-suspend-watchdog-in-sleep/m-p/2070646#M57988</link>
      <description>&lt;P&gt;I have a problem with LPC1768 controller. I want to use an watchdog to reset controller if stucks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also want to use deep sleep.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem appears when i want.to use both. If I enable watchdog as i saw there is mo possibility to suspend or disable so when system enter in deep sleep watchdog will reset the controller as it is not feed anymore.&lt;/P&gt;&lt;P&gt;Any solution to disable somehow watchdog when enter in sleep mode or other solutions to work both (deep sleep and an watchdog to reset mcu if stucked?)&lt;/P&gt;&lt;P&gt;A solution i am thinking is to use a timer with highest priority and reset in this timer is higher than a value. Value will be reset in while loop in main. I do not know if this one Will work OK&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Mar 2025 09:50:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC17xx-suspend-watchdog-in-sleep/m-p/2070646#M57988</guid>
      <dc:creator>laurianussss</dc:creator>
      <dc:date>2025-03-30T09:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC17xx suspend watchdog in sleep</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC17xx-suspend-watchdog-in-sleep/m-p/2071081#M57992</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/247325"&gt;@laurianussss&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It requires a hardware reset or a Watchdog reset/interrupt to&lt;BR /&gt;be disabled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 10:48:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC17xx-suspend-watchdog-in-sleep/m-p/2071081#M57992</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-03-31T10:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC17xx suspend watchdog in sleep</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC17xx-suspend-watchdog-in-sleep/m-p/2071099#M57993</link>
      <description>&lt;P&gt;How can i disable watchdog IRQ/Reset? As I have read in data sheet it says it cna not be disbaled in software once it is enabled. Only an hardware reset will do it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Laurian&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 11:11:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC17xx-suspend-watchdog-in-sleep/m-p/2071099#M57993</guid>
      <dc:creator>laurianussss</dc:creator>
      <dc:date>2025-03-31T11:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: LPC17xx suspend watchdog in sleep</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC17xx-suspend-watchdog-in-sleep/m-p/2071910#M57998</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/247325"&gt;@laurianussss&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, once the watchdog of the LPC1768 is enabled, it cannot be disabled via software. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, you can consider using a timer to wake up the MCU and feed the watchdog. Alternatively, you can consider using an external watchdog IC.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 09:18:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC17xx-suspend-watchdog-in-sleep/m-p/2071910#M57998</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-04-01T09:18:32Z</dc:date>
    </item>
  </channel>
</rss>

