<?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>Kinetis MicrocontrollersのトピックRe: Help with watchdog</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877424#M52133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2019 15:03:19 GMT</pubDate>
    <dc:creator>kubanb</dc:creator>
    <dc:date>2019-01-16T15:03:19Z</dc:date>
    <item>
      <title>Help with watchdog</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877421#M52130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know a trick to get the watchdog timer working on frdm-kv31f using KSDK_1.3.0?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 21:55:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877421#M52130</guid>
      <dc:creator>kubanb</dc:creator>
      <dc:date>2019-01-15T21:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with watchdog</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877422#M52131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not exactly KDSK_1.3.0 code but it is all needed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// This sequence must be performed within 20 bus cycles (after reset) and the writes are possible during the WCT period&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;UNLOCK_WDOG();&lt;BR /&gt;WDOG_TOVALL = (2000/5);&lt;BR /&gt;WDOG_STCTRLH = (WDOG_STCTRLH_STNDBYEN | WDOG_STCTRLH_WAITEN | WDOG_STCTRLH_STOPEN | WDOG_STCTRLH_WDOGEN) // watchdog enabled to generate reset on 2s timeout (no further updates allowed - various options possible)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Retrigger&lt;BR /&gt;// (protect from interrupts!)&lt;BR /&gt;//&lt;BR /&gt;_uDisable_Interrupt();&lt;BR /&gt;REFRESH_WDOG();&lt;BR /&gt;_uEnable_Interrupt();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where unlock sequence is:&lt;BR /&gt;WDOG_UNLOCK = WDOG_UNLOCK_SEQUENCE_1; // 0xc520&lt;BR /&gt;WDOG_UNLOCK = WDOG_UNLOCK_SEQUENCE_2; // 0xd928&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and retrigger sequence is:&lt;/P&gt;&lt;P&gt;WDOG_REFRESH = WDOG_REFRESH_SEQUENCE_1; // 0xa602&lt;BR /&gt;WDOG_REFRESH = WDOG_REFRESH_SEQUENCE_2; // 0xb480&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&lt;SPAN&gt;Complete KV31 solutions, training and support:&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Kinetis KV31:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FTWR-KV31F120M.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TWR-KV31F120M.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KV31F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KV31F.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;FreeMaster: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFreeMASTER.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FreeMASTER.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 03:09:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877422#M52131</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-01-16T03:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with watchdog</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877423#M52132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barry,&lt;/P&gt;&lt;P&gt;There is kv31 wdog demo in ksdk1.3.0 package. Please see it in&lt;/P&gt;&lt;P&gt;KSDK_1.3.0\examples\frdmkv31f\driver_examples\wdog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 05:17:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877423#M52132</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-01-16T05:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with watchdog</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877424#M52133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 15:03:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877424#M52133</guid>
      <dc:creator>kubanb</dc:creator>
      <dc:date>2019-01-16T15:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with watchdog</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877425#M52134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel really stupid for not finding the WDOG example in KSDK_1.3.0.&amp;nbsp; I haven't yet figured out why my code doesn't work but the example does... it looks the same.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 15:44:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-with-watchdog/m-p/877425#M52134</guid>
      <dc:creator>kubanb</dc:creator>
      <dc:date>2019-01-16T15:44:06Z</dc:date>
    </item>
  </channel>
</rss>

