<?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 LPC1347 - IRC as WatchDog Clock in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1347-IRC-as-WatchDog-Clock/m-p/527717#M610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by BPC on Fri Feb 08 11:38:19 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any WatchDog examples for the LPC1347 which uses the IRC as the WatchDog clock?&amp;nbsp; I tried to implement it, but the device resets immediately.&amp;nbsp; This is what I tried.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Enabled WDT config clock (SYSAHBCLKCTRL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Made sure the IRC was powered up (PDRUNCFG)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Selected IRC as source (CLKSEL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Loaded timer value (TC)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Enabled interrupt and armed to generate reset (MOD)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Fed the watchdog with 0xAA then 0x55 (FEED)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:38:28 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:38:28Z</dc:date>
    <item>
      <title>LPC1347 - IRC as WatchDog Clock</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1347-IRC-as-WatchDog-Clock/m-p/527717#M610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by BPC on Fri Feb 08 11:38:19 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any WatchDog examples for the LPC1347 which uses the IRC as the WatchDog clock?&amp;nbsp; I tried to implement it, but the device resets immediately.&amp;nbsp; This is what I tried.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Enabled WDT config clock (SYSAHBCLKCTRL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Made sure the IRC was powered up (PDRUNCFG)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Selected IRC as source (CLKSEL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Loaded timer value (TC)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Enabled interrupt and armed to generate reset (MOD)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Fed the watchdog with 0xAA then 0x55 (FEED)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:38:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1347-IRC-as-WatchDog-Clock/m-p/527717#M610</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 - IRC as WatchDog Clock</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1347-IRC-as-WatchDog-Clock/m-p/527718#M611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ECamino on Fri Feb 08 13:47:03 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I did the math on RC osillator max time wwdt...was like 5.2 seconds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the wdt_oscillator, and you can prescale it and select a low frequency to give you minutes of time out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:38:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1347-IRC-as-WatchDog-Clock/m-p/527718#M611</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 - IRC as WatchDog Clock</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1347-IRC-as-WatchDog-Clock/m-p/527719#M612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by BPC on Fri Feb 08 19:36:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks EC. This must be what was happening. I have the WD oscillator implemented now. The accuracy is pretty poor according to the datasheet, but works good enough for ISP purposes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:38:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1347-IRC-as-WatchDog-Clock/m-p/527719#M612</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:38:30Z</dc:date>
    </item>
  </channel>
</rss>

