<?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 Migration to KSDK_1.3.0 in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Migration-to-KSDK-1-3-0/m-p/650838#M8514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody!&lt;BR /&gt;In the KSDK_1.0.0 &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;is a function CLOCK_SYS_SetSource(clock_source_names_t clockSource, uint8_t setting).&lt;BR /&gt;Whether there is in the library KSDK_1.3.0 &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;of its&lt;/SPAN&gt; &lt;SPAN class=""&gt;equivalent&lt;/SPAN&gt;&lt;/SPAN&gt; ?&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 09:32:42 GMT</pubDate>
    <dc:creator>maksim_lipskiy</dc:creator>
    <dc:date>2016-10-19T09:32:42Z</dc:date>
    <item>
      <title>Migration to KSDK_1.3.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Migration-to-KSDK-1-3-0/m-p/650838#M8514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody!&lt;BR /&gt;In the KSDK_1.0.0 &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;is a function CLOCK_SYS_SetSource(clock_source_names_t clockSource, uint8_t setting).&lt;BR /&gt;Whether there is in the library KSDK_1.3.0 &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;of its&lt;/SPAN&gt; &lt;SPAN class=""&gt;equivalent&lt;/SPAN&gt;&lt;/SPAN&gt; ?&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:32:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Migration-to-KSDK-1-3-0/m-p/650838#M8514</guid>
      <dc:creator>maksim_lipskiy</dc:creator>
      <dc:date>2016-10-19T09:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Migration to KSDK_1.3.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Migration-to-KSDK-1-3-0/m-p/650839#M8515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hello Maksim,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;How about the funciton of " CLOCK_SYS_SetConfiguration&amp;nbsp; "&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/*FUNCTION**********************************************************************&lt;BR /&gt;&amp;nbsp;*&lt;BR /&gt;&amp;nbsp;* Function Name : CLOCK_SYS_SetConfiguration&lt;BR /&gt;&amp;nbsp;* Description&amp;nbsp;&amp;nbsp; : This funtion sets the system to target configuration, it&lt;BR /&gt;&amp;nbsp;* only sets the clock modules registers for clock mode change, but not send&lt;BR /&gt;&amp;nbsp;* notifications to drivers.&lt;BR /&gt;&amp;nbsp;*&lt;BR /&gt;&amp;nbsp;*END**************************************************************************/&lt;BR /&gt;clock_manager_error_code_t CLOCK_SYS_SetConfiguration(clock_manager_user_config_t const* config)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; assert(NULL != config);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set outdiv for safe output clock frequency. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLOCK_HAL_SetOutDiv(SIM, 0U, 1U, 2U, 4U);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set MCG mode. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLOCK_SYS_SetMcgMode(&amp;amp;config-&amp;gt;mcgConfig);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set SIM setting. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLOCK_SYS_SetSimConfigration(&amp;amp;config-&amp;gt;simConfig);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set OSCERCLK setting. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLOCK_SYS_SetOscerConfigration(0, &amp;amp;config-&amp;gt;oscerConfig);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SystemCoreClock = CLOCK_SYS_GetCoreClockFreq();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return kClockManagerSuccess;&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the latest version KSDKv1.3 or V2.0 . It fixed some bugs or features of old versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 03:43:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Migration-to-KSDK-1-3-0/m-p/650839#M8515</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-10-20T03:43:03Z</dc:date>
    </item>
  </channel>
</rss>

