<?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: MKE18F Fast Test WDOG Not Resetting During the TST High Test in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1202543#M59152</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes I set the TST field to 0b11 after the low byte test.&lt;/P&gt;&lt;P&gt;I attached the procedure that I am doing.&amp;nbsp; I just stuck this inside system_MKE18F16.c file.&amp;nbsp; This is performed before main, is there issues with doing that?&amp;nbsp; Should I set the update field to allow for reconfiguration?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Dec 2020 15:11:25 GMT</pubDate>
    <dc:creator>sean_dvorscak</dc:creator>
    <dc:date>2020-12-21T15:11:25Z</dc:date>
    <item>
      <title>MKE18F Fast Test WDOG Not Resetting During the TST High Test</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1201956#M59142</link>
      <description>&lt;P&gt;I am trying to use the fast test mechanism for the watchdog peripheral.&lt;/P&gt;&lt;P&gt;I have it set up to perform the LOW byte test first and then the HIGH byte test if the LOW test passes.&amp;nbsp; The LOW test completes with no issues.&amp;nbsp; When I do the HIGH test, for some reason the watchdog does not seem to reset.&amp;nbsp; I have a while(1) after I configure the watchdog, and no matter how long I wait, it never gets unstuck.&lt;/P&gt;&lt;P&gt;I wanted to see if anyone else has had this issue since I can't find anyone with this issue yet.&lt;/P&gt;&lt;P&gt;Is there something special you have to do to test the HIGH byte?&amp;nbsp; Is my test failing?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 21:48:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1201956#M59142</guid>
      <dc:creator>sean_dvorscak</dc:creator>
      <dc:date>2020-12-18T21:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: MKE18F Fast Test WDOG Not Resetting During the TST High Test</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1202366#M59149</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have you configure the WDOG_CS before testing?&lt;/P&gt;
&lt;P&gt;Do you excute this statement? &lt;/P&gt;
&lt;P&gt;config.testMode = kWDOG32_HighByteTest;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf58904_0-1608540217466.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/133169iD94D8226C462BB6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf58904_0-1608540217466.png" alt="nxf58904_0-1608540217466.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The sdk pack has a watch dog test about byte testing. It tests low byte and high byte.&lt;/P&gt;
&lt;P&gt;You can refer this example code that you can download from &lt;A href="https://mcuxpresso.nxp.com/en/select" target="_blank"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 08:45:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1202366#M59149</guid>
      <dc:creator>nxf58904</dc:creator>
      <dc:date>2020-12-21T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: MKE18F Fast Test WDOG Not Resetting During the TST High Test</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1202543#M59152</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes I set the TST field to 0b11 after the low byte test.&lt;/P&gt;&lt;P&gt;I attached the procedure that I am doing.&amp;nbsp; I just stuck this inside system_MKE18F16.c file.&amp;nbsp; This is performed before main, is there issues with doing that?&amp;nbsp; Should I set the update field to allow for reconfiguration?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 15:11:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1202543#M59152</guid>
      <dc:creator>sean_dvorscak</dc:creator>
      <dc:date>2020-12-21T15:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: MKE18F Fast Test WDOG Not Resetting During the TST High Test</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1203607#M59184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have debugged your code . The low and high byte testing works fine.But I find an issue,that it will enter high test again after reset.&lt;/P&gt;
&lt;P&gt;And I add&amp;nbsp; BOARD_InitPins(); BOARD_BootClockRUN(); BOARD_InitDebugConsole(); to the project ,so that i can print debug formation.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf58904_1-1608715439724.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/133398i6DF57C718DFE1350/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf58904_1-1608715439724.png" alt="nxf58904_1-1608715439724.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 09:24:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1203607#M59184</guid>
      <dc:creator>nxf58904</dc:creator>
      <dc:date>2020-12-23T09:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: MKE18F Fast Test WDOG Not Resetting During the TST High Test</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1206280#M59237</link>
      <description>&lt;P&gt;It was that error on my part.&amp;nbsp; It was entering the high test after I already tested it.&lt;/P&gt;&lt;P&gt;Thank you for noticing that.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 21:21:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F-Fast-Test-WDOG-Not-Resetting-During-the-TST-High-Test/m-p/1206280#M59237</guid>
      <dc:creator>sean_dvorscak</dc:creator>
      <dc:date>2021-01-04T21:21:52Z</dc:date>
    </item>
  </channel>
</rss>

