<?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: Clock Problem on MKV58 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Clock-Problem-on-MKV58/m-p/918213#M53655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px currentColor; text-align: left; color: #51626f; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 15px; font-style: normal; font-weight: 400; word-spacing: 0px; vertical-align: baseline; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; text-decoration-color: initial; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial;"&gt;Hi,&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px currentColor; text-align: left; color: #51626f; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 15px; font-style: normal; font-weight: 400; word-spacing: 0px; vertical-align: baseline; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; text-decoration-color: initial; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial;"&gt;I suggest you should use oscilloscope to measure if the external crystal oscillator has the normal wave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Sep 2019 02:21:02 GMT</pubDate>
    <dc:creator>nxf56274</dc:creator>
    <dc:date>2019-09-27T02:21:02Z</dc:date>
    <item>
      <title>Clock Problem on MKV58</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Clock-Problem-on-MKV58/m-p/918212#M53654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having a trouble with MKV58 clock configuration.&lt;/P&gt;&lt;P&gt;I have a TWR Board and MCU expresso IDE.I simply running "lwip tcp/echo bare metal" example&lt;BR /&gt;without an issue.&lt;/P&gt;&lt;P&gt;However,In my custom board,the example simply stucks in&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;STRONG&gt;" BOARD_BootClockRUN();"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; -CLOCK_BootToPeeMode(kMCG_OscselOsc,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; kMCG_PllClkSelPll0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; &amp;amp;mcgConfig_BOARD_BootClockRUN.pll0Config);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; -CLOCK_SetPbeMode(pllcs, config); &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; -while ((MCG-&amp;gt;S &amp;amp; (MCG_S_IREFST_MASK | MCG_S_CLKST_MASK)) !=&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; (MCG_S_IREFST(kMCG_FllSrcExternal) | MCG_S_CLKST(kMCG_ClkOutStatExt)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I ve tried to run "Engaded Internal Clock Modes" without an issue,but when it comes to&lt;BR /&gt;run "Engaded External Clock" modes it simply stucks.&lt;/P&gt;&lt;P&gt;In my custom board I have a 50Mhz oscillator which is connected to EXTAL Pin of mcu.&lt;BR /&gt;I observed TWR board and my custom board oscillator inputs,both are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i comment&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-while ((MCG-&amp;gt;S &amp;amp; (MCG_S_IREFST_MASK | MCG_S_CLKST_MASK)) !=&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; (MCG_S_IREFST(kMCG_FllSrcExternal) | MCG_S_CLKST(kMCG_ClkOutStatExt)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/* Disable PLL first, then configure PLL. */&lt;BR /&gt; MCG-&amp;gt;C6 &amp;amp;= ~MCG_C6_PLLS_MASK;&lt;BR /&gt; while (MCG-&amp;gt;S &amp;amp; MCG_S_PLLST_MASK)&lt;BR /&gt; {&lt;BR /&gt; }&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;application gives error in my custom board at&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- MCG-&amp;gt;C6 |= MCG_C6_PLLS_MASK;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;However, it doesnt happen on TWR Board at all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it doesnt happen on TWR Board at all!&lt;/P&gt;&lt;P&gt;So,my questions are,&lt;/P&gt;&lt;P&gt;-Do i miss something to make clock configuration using Clock Config Tools ?&lt;BR /&gt;-What could be the issue ?&lt;BR /&gt;-What else do i need to check ?&lt;/P&gt;&lt;P&gt;King Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:18:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Clock-Problem-on-MKV58/m-p/918212#M53654</guid>
      <dc:creator>softwaretestsof</dc:creator>
      <dc:date>2019-09-26T12:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Clock Problem on MKV58</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Clock-Problem-on-MKV58/m-p/918213#M53655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px currentColor; text-align: left; color: #51626f; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 15px; font-style: normal; font-weight: 400; word-spacing: 0px; vertical-align: baseline; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; text-decoration-color: initial; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial;"&gt;Hi,&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px currentColor; text-align: left; color: #51626f; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 15px; font-style: normal; font-weight: 400; word-spacing: 0px; vertical-align: baseline; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; text-decoration-color: initial; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial;"&gt;I suggest you should use oscilloscope to measure if the external crystal oscillator has the normal wave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 02:21:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Clock-Problem-on-MKV58/m-p/918213#M53655</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2019-09-27T02:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Clock Problem on MKV58</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Clock-Problem-on-MKV58/m-p/918214#M53656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Da Li&lt;/P&gt;&lt;P&gt;We found the problem.We have measured the clock signal and it was Ok.&lt;/P&gt;&lt;P&gt;We have spot that the MKV58 EXTAL Pin was not&amp;nbsp; soldered properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;King Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 13:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Clock-Problem-on-MKV58/m-p/918214#M53656</guid>
      <dc:creator>softwaretestsof</dc:creator>
      <dc:date>2019-10-03T13:07:10Z</dc:date>
    </item>
  </channel>
</rss>

