<?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 Software Development KitのトピックBug Report</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Bug-Report/m-p/644202#M6922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/tags/#/?tags=bug"&gt;bug&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hello, I've just found out a bug from&amp;nbsp;SDK_2.2_MK60DN512xxx10. Which is in the attachment.&lt;/P&gt;&lt;P&gt;Firstly, I used &lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fmcuxpresso.nxp.com%2Fen%2Fwelcome"&gt;SDK Builder&amp;nbsp;&lt;/A&gt;to generated the SDK for &amp;nbsp;&lt;SPAN&gt;MK60DN512ZVLQ10, which using KDS IDE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then when I debug with the board, according to the reference manual, I awared that the microcontroller MK60DN512xxx10 doesn't has "MCG Control 7 Register" and "MCG Control 8 Register". But MK60D10.h do have these macros.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;File "fsl_clock.c" uses these registers for clock initialize. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="182579_182579.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/122976i7AE709EAFC42D9DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="182579_182579.png" alt="182579_182579.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="K60_Fault1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18527i1076C811F9B16F04/image-size/large?v=v2&amp;amp;px=999" role="button" title="K60_Fault1.png" alt="K60_Fault1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;By calling "CLOCK_SetExternalRefClkConfig" function will lead to hard fault.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, how to fix this bug? I can not config the clock properly.##&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2017 15:22:16 GMT</pubDate>
    <dc:creator>wustudent</dc:creator>
    <dc:date>2017-04-26T15:22:16Z</dc:date>
    <item>
      <title>Bug Report</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Bug-Report/m-p/644202#M6922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/tags/#/?tags=bug"&gt;bug&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hello, I've just found out a bug from&amp;nbsp;SDK_2.2_MK60DN512xxx10. Which is in the attachment.&lt;/P&gt;&lt;P&gt;Firstly, I used &lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fmcuxpresso.nxp.com%2Fen%2Fwelcome"&gt;SDK Builder&amp;nbsp;&lt;/A&gt;to generated the SDK for &amp;nbsp;&lt;SPAN&gt;MK60DN512ZVLQ10, which using KDS IDE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then when I debug with the board, according to the reference manual, I awared that the microcontroller MK60DN512xxx10 doesn't has "MCG Control 7 Register" and "MCG Control 8 Register". But MK60D10.h do have these macros.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;File "fsl_clock.c" uses these registers for clock initialize. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="182579_182579.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/122976i7AE709EAFC42D9DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="182579_182579.png" alt="182579_182579.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="K60_Fault1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18527i1076C811F9B16F04/image-size/large?v=v2&amp;amp;px=999" role="button" title="K60_Fault1.png" alt="K60_Fault1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;By calling "CLOCK_SetExternalRefClkConfig" function will lead to hard fault.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, how to fix this bug? I can not config the clock properly.##&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:22:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Bug-Report/m-p/644202#M6922</guid>
      <dc:creator>wustudent</dc:creator>
      <dc:date>2017-04-26T15:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bug Report</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Bug-Report/m-p/644203#M6923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately&amp;nbsp;&lt;SPAN&gt;MK60DN512ZVLQ10&lt;/SPAN&gt; &amp;nbsp; is a very old chip, KSDK not support it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 05:13:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Bug-Report/m-p/644203#M6923</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2017-05-12T05:13:42Z</dc:date>
    </item>
  </channel>
</rss>

