<?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: COP in KL16</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722280#M44253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;Regarding last update it was issue due to debugger, which was disabling watchdog while programming, so to test i have to program and then reset controller.&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2018 11:52:00 GMT</pubDate>
    <dc:creator>amitmehta</dc:creator>
    <dc:date>2018-05-28T11:52:00Z</dc:date>
    <item>
      <title>COP in KL16</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722277#M44250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried configuring COP for KL16 using&amp;nbsp;SDK example but COP was not able to reset system.&lt;/P&gt;&lt;P&gt;One thing that i noticed is SDK drivers files are for MKL26Z4 not MKL16Z4. So does this make any difference.&lt;/P&gt;&lt;P&gt;i also tried setting Clock source to bus clock from Low Power Clock Source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 11:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722277#M44250</guid>
      <dc:creator>amitmehta</dc:creator>
      <dc:date>2018-05-25T11:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: COP in KL16</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722278#M44251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehta,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please check your COPC register, do you disable the watchdog in your code?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/8489i7C4D0755D10136FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;All of the bits in COPC register can be written only once after a reset.&lt;/P&gt;&lt;P&gt;So, if you disable the watchdog after reset, then it won't work.&lt;/P&gt;&lt;P&gt;Please check your COPC register at first, if you disable the watchdog, please comment:&lt;/P&gt;&lt;P&gt;&amp;nbsp; SIM-&amp;gt;COPC = (uint32_t)0x00u;&lt;/P&gt;&lt;P&gt;The watchdog in KL16 and KL26 is the same.&lt;/P&gt;&lt;P&gt;I think it still the code's problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 04:33:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722278#M44251</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-05-28T04:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: COP in KL16</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722279#M44252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;Yeah i have set preprocessor&amp;nbsp;&amp;nbsp;DISABLE_WDOG=0, and have check in debugging mode code is not going inside that condition.&lt;/P&gt;&lt;P&gt;I'll once more time try, earlier i have tried using demo code and even tried setting&amp;nbsp;SIM-&amp;gt;COPC = (uint32_t)0x06u;//COPCLKS&amp;nbsp;&lt;/P&gt;&lt;P&gt;in SystemInit before&lt;/P&gt;&lt;P&gt;#if (DISABLE_WDOG)&lt;BR /&gt; /* SIM_COPC: COPT=0,COPCLKS=0,COPW=0 */&lt;BR /&gt; SIM-&amp;gt;COPC = (uint32_t)0x00u;&lt;BR /&gt;#endif /* (DISABLE_WDOG) */&lt;/P&gt;&lt;P&gt;condition and even in main.c&lt;/P&gt;&lt;P&gt;But if put resisters in to watch, not values were writen in to SIM's COPC resister.&lt;/P&gt;&lt;P&gt;I'll once more time try and check if any other place i can set these bits&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 06:15:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722279#M44252</guid>
      <dc:creator>amitmehta</dc:creator>
      <dc:date>2018-05-28T06:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: COP in KL16</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722280#M44253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;Regarding last update it was issue due to debugger, which was disabling watchdog while programming, so to test i have to program and then reset controller.&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 11:52:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722280#M44253</guid>
      <dc:creator>amitmehta</dc:creator>
      <dc:date>2018-05-28T11:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: COP in KL16</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722281#M44254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; As I know, the JLINK won't disable the watchdog, if you want to debug the watchdog, you also can use JLINK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 08:55:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/COP-in-KL16/m-p/722281#M44254</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-05-29T08:55:43Z</dc:date>
    </item>
  </channel>
</rss>

