<?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: WDOG ist resetting although it is disabled in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437541#M25560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello K dannenmann:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are running into similar situation as discussed in this thread: &lt;A href="https://community.nxp.com/message/354895"&gt;WDOG ignoring refresh when using LPO clock&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a long discussion but the bottom line is that you need to wait for those 4 WDOG clock cycles, in this case 4 LPO cycles after refreshing the WDOG to disable it. If you cannot wait so long then consider using the bus clock for the watchdog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2015 00:50:56 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2015-09-16T00:50:56Z</dc:date>
    <item>
      <title>WDOG ist resetting although it is disabled</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437536#M25555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a MK10DX64VLH7. Within the project I'm using the watchdog (no window mode) with the LPO as clock source, the timeout value is at 1000ms and the refresh will be every 16ms.&lt;/P&gt;&lt;P&gt;Now I want to disable the watchdog (because I want to set the Controller into sleep mode), so I'm writing a 0 to the WDOGEN Bit. &lt;/P&gt;&lt;P&gt;After that, there will be a while (1) loop (later, I want to set the Controller into vlls3).&lt;/P&gt;&lt;P&gt;Sometimes it happens, that I'm get a WDOG reset..... I can see this in the SRS0 Register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some tests, it seems that the WDOG will ignore the disable (WDOGEN = 0). Here is my test application, which will Trigger the WDOG reset very much:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. refresh the WDOG&lt;/P&gt;&lt;P&gt;2. wait until WDOG-&amp;gt;TMROUTL = 1&lt;/P&gt;&lt;P&gt;3. disable the WDOG (WDOGEN = 0, __DSB, __DMB)&lt;/P&gt;&lt;P&gt;4. read the WDOGEN (result = 0)&lt;/P&gt;&lt;P&gt;.... do some other things&lt;/P&gt;&lt;P&gt;5. read the WDOG-&amp;gt;TMROUTL (result = 6 or 7)&lt;/P&gt;&lt;P&gt;6. while (1)&lt;/P&gt;&lt;P&gt;7. get the WDOG reset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this application I'll get the WDOG reset in approximately 9 of 10 tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm waiting for WDOG-&amp;gt;TMROUTL &amp;gt; 3 (in step 2) everything is fine. In step 5 I'll read 0 - as expected and there will be no reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does anybody know (or have an idea) where could be the problem, that the WDOG is resetting although it will be disabled?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read in the Manual (23.7.4 Watchdog Time-out Value Register Low), that there sometimes will be a delay about 4 watchdog clock cycles.....&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"The time-out value of the watchdog must be set to a minimum of four watchdog clock&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;cycles. This is to take into account the delay in new settings taking effect in the watchdog&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;clock Domain."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Could this be my problem? I thought no, because there is enough time to the WDOGEN = 0 to take effect (~990ms).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any additional information, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm very thankful for every information or idea, what could cause this behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;K-laus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 13:11:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437536#M25555</guid>
      <dc:creator>k-laus</dc:creator>
      <dc:date>2015-09-09T13:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG ist resetting although it is disabled</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437537#M25556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand correctly you are using the watchdog for a short time and then trying to disable it.&lt;/P&gt;&lt;P&gt;Remember:&lt;/P&gt;&lt;P&gt;1. The watchdog must be configured within a short time after reset for it to accept the writes&lt;/P&gt;&lt;P&gt;2. If initially used (configuration changed) make sure that the update bit in register CS1 is set - if not it will not be possible to disable it later&lt;/P&gt;&lt;P&gt;3. If you are refreshing the watchdog regularly make your that the refresh sequence is protected from interrupts since an interrupt during the sequece will cause the watchdog to fire&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;K60: &lt;A href="http://www.utasker.com/kinetis/TWR-K60N512.html" title="http://www.utasker.com/kinetis/TWR-K60N512.html"&gt;µTasker Kinetis TWR-K60N512 support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/TWR-K60D100M.html" title="http://www.utasker.com/kinetis/TWR-K60D100M.html"&gt;http://www.utasker.com/kinetis/TWR-K60D100M.html&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/TWR-K60F120M.html" title="http://www.utasker.com/kinetis/TWR-K60F120M.html"&gt;http://www.utasker.com/kinetis/TWR-K60F120M.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 11:14:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437537#M25556</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-09-14T11:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG ist resetting although it is disabled</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437538#M25557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "AllowUpdate-Bit" is set and the interrupts are disabled while refreshing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still wonder, why the WDG counter is counting although the WDG is disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;23.3.5 Watchdog disabled mode of operation&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;When the watchdog is disabled through the WDOG_EN bit in the watchdog status and&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;control register, the watchdog timer is reset to zero and is disabled from counting until&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;SPAN lang="JA" style="font-family: TimesLTStd-Roman; font-size: 14pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;you enable it or it is enabled again by the system reset&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I disable the WDG while the WDG counter is 1, the WDG is still counting. If I wait for the WDG counter becomes 4 and then disable the WDG, everything is fine. It's possible that the WDG ignores the disable, when it's written while the WDG counter is 1? In the manual sometimes is written about 3 clock cycles, which the WDG needs to synchronize itself....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I've implemented the VLLS3 after disable the WDG. I still get the WDG resets.... I'm a little bit confused because of this two comments in the manual:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="LowPowerModes.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55999iBDA15C74CA661E28/image-size/large?v=v2&amp;amp;px=999" role="button" title="LowPowerModes.jpg" alt="LowPowerModes.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here the WDG should be powered off in VLLS3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="WDG LowPowerOperation.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55957i18D1BA5C07186920/image-size/large?v=v2&amp;amp;px=999" role="button" title="WDG LowPowerOperation.jpg" alt="WDG LowPowerOperation.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And here it still will be working in VLLS3. - If I understand correctly (the STOP_EN is set). I'm using the LPO.&lt;/P&gt;&lt;P&gt;When I've a look at my behavior, it looks like the Stop description in 23.3.6.&lt;/P&gt;&lt;P&gt;I can read the WDG as the reset source in the SRS register, but the WDG reset counter doesn't increase....&lt;/P&gt;&lt;P&gt;Now I've tested it with STOP_EN not set, but I get the same behavior....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any other ideas, what do I have to do to disable the WDG definitely? &lt;/P&gt;&lt;P&gt;I can't wait for the WDG is counting till 4 every time....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K-laus&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="JA" style="font-family: HelveticaLTStd-Roman; font-size: 8pt;"&gt;&lt;SPAN lang="JA" style="font-family: HelveticaLTStd-Roman; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="JA" style="font-family: HelveticaLTStd-Roman; font-size: 8pt;"&gt;&lt;SPAN lang="JA" style="font-family: HelveticaLTStd-Roman; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 08:22:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437538#M25557</guid>
      <dc:creator>k-laus</dc:creator>
      <dc:date>2015-09-15T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG ist resetting although it is disabled</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437539#M25558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have always done the following (with almost all K parts) to perminently disable the watchdog and never had any any issues with it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNLOCK_WDOG(); // open a window to write to watchdog&lt;/P&gt;&lt;P&gt;WDOG_STCTRLH = (WDOG_STCTRLH_STNDBYEN | WDOG_STCTRLH_WAITEN | WDOG_STCTRLH_STOPEN&amp;nbsp; | WDOG_STCTRLH_CLKSRC); // disable watchdog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have previously had the watchdog running (before disabling it) I would have used:&lt;/P&gt;&lt;P&gt;UNLOCK_WDOG(); // open a window to write to watchdog&lt;/P&gt;&lt;P&gt;WDOG_TOVALL = (2000/5);&lt;/P&gt;&lt;P&gt;WDOG_TOVALH = 0;&lt;/P&gt;&lt;P&gt;WDOG_STCTRLH = (WDOG_STCTRLH_ALLOWUPDATE | WDOG_STCTRLH_STNDBYEN | WDOG_STCTRLH_WAITEN | WDOG_STCTRLH_STOPEN | WDOG_STCTRLH_WDOGEN); // watchdog enabled to generate reset on 2s timeout (allow updates later if required)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 12:01:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437539#M25558</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-09-15T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG ist resetting although it is disabled</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437540#M25559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right - this works (nearly in all cases) in my application too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have the problem, that it sometimes doesn't work. So I've tried, what do I have to do to reproduce that the watchdog is resetting although it is disabled.&lt;/P&gt;&lt;P&gt;-&amp;gt; I have to disable the WDOG, when the&amp;nbsp; WDOG_TMROUTL = 1&lt;/P&gt;&lt;P&gt;This is also the reason, why it only happens sometimes -&amp;gt; It happens, when I've disabled the WDOG just after refreshing it. And then never refresh the WDOG again (Go into while(1) or VLLS3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you also have tried to disable the WDOG while WDOG_TMROUTL = 1 and then never refresh it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've to stop my application asynchronously to the WDOG-refresh. So it would be fine, to be able to disable the WDOG all the time definitely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;K-laus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 13:04:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437540#M25559</guid>
      <dc:creator>k-laus</dc:creator>
      <dc:date>2015-09-15T13:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG ist resetting although it is disabled</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437541#M25560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello K dannenmann:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are running into similar situation as discussed in this thread: &lt;A href="https://community.nxp.com/message/354895"&gt;WDOG ignoring refresh when using LPO clock&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a long discussion but the bottom line is that you need to wait for those 4 WDOG clock cycles, in this case 4 LPO cycles after refreshing the WDOG to disable it. If you cannot wait so long then consider using the bus clock for the watchdog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 00:50:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437541#M25560</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-09-16T00:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: WDOG ist resetting although it is disabled</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437542#M25561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge Gonzales,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, you are right.... It seems to be a similar situation/behavior.... thank you for the hint....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have two options at the moment... wait 4 clock cycles or use the bus clock....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have had some hope, that somebody could say this behavior is due to.... (exactly reason)... so that I can really understand the behavior....&lt;/P&gt;&lt;P&gt;Now it seems to be working, but I'm not sure, if it works all the time....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help Mark Butcher and Jorge Gonzales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;K-laus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 10:50:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/WDOG-ist-resetting-although-it-is-disabled/m-p/437542#M25561</guid>
      <dc:creator>k-laus</dc:creator>
      <dc:date>2015-09-16T10:50:55Z</dc:date>
    </item>
  </channel>
</rss>

