<?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: How initsializytion clock manager (mcg sim oscerclk) whith Processor Exp in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407943#M1768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jeremyzhou"&gt;jeremyzhou&lt;/A&gt;​ and Alice_Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the Processor Expert can not automatically apply the Clock Manager, right?&lt;/P&gt;&lt;P&gt;I found PE would generate two profiles, &lt;/P&gt;&lt;P&gt;one is define type in the system_xxxxx.h (like Jeremy_Zhou said), &lt;/P&gt;&lt;P&gt;and another one is clock_manager_user_config_t in the clockMan1.c (like Alice_Yang said). &lt;/P&gt;&lt;P&gt;However, the default applied is define type in the system_xxxxx.h, not clock_manager....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have the same question, &lt;/P&gt;&lt;P&gt;How to applied the Clock Manager in the initialization code by Processor Expert setting?&lt;/P&gt;&lt;P&gt;Or we only can manually write the code in the initialization?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiunn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 03:53:50 GMT</pubDate>
    <dc:creator>jiunnyang</dc:creator>
    <dc:date>2015-10-15T03:53:50Z</dc:date>
    <item>
      <title>How initsializytion clock manager (mcg sim oscerclk) whith Processor Exp</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407940#M1765</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 used Kenetis SDK whith processor Exp.&lt;/P&gt;&lt;P&gt;Hi generated code wizard.&lt;/P&gt;&lt;P&gt;Where the initialization code (mcg sim oscerclk)&amp;nbsp; is located?&lt;/P&gt;&lt;P&gt;in what file it is located?&lt;/P&gt;&lt;P&gt;in what file initialization function is located?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 08:20:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407940#M1765</guid>
      <dc:creator>profprogrammer</dc:creator>
      <dc:date>2015-08-30T08:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How initsializytion clock manager (mcg sim oscerclk) whith Processor Exp</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407941#M1766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prof,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- After configure the CLOCK on PE, generate code ,you can find the configure about MCG SIM register on the file "clocMan1.c" :&lt;/P&gt;&lt;P&gt;...\Generated_Code\clockMan1.c&amp;nbsp; -&amp;gt; clock_manager_user_config_t clockMan1_InitConfig0 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Use the function of "CLOCK_SYS_Init()" to initialize the clock ,&amp;nbsp; on the file :&lt;/P&gt;&lt;P&gt;...\SDK\platform\system\src\clock\fsl_clock_manager.c &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&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, 31 Aug 2015 03:24:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407941#M1766</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-08-31T03:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: How initsializytion clock manager (mcg sim oscerclk) whith Processor Exp</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407942#M1767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prof,&lt;/P&gt;&lt;P&gt;For instance, in the K22 demo, you can find the SystemInit() in the system_MK22F51212.c, and this function is applicable to configure the clock mode.&lt;/P&gt;&lt;P&gt;In the system_MK2251212.h, it contains the corresponding values of the different clock modes for the developer to choose.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2015-08-31_11-09-32.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52909iF82A26F73F25AA1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2015-08-31_11-09-32.jpg" alt="2015-08-31_11-09-32.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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, 31 Aug 2015 03:26:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407942#M1767</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2015-08-31T03:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: How initsializytion clock manager (mcg sim oscerclk) whith Processor Exp</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407943#M1768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jeremyzhou"&gt;jeremyzhou&lt;/A&gt;​ and Alice_Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the Processor Expert can not automatically apply the Clock Manager, right?&lt;/P&gt;&lt;P&gt;I found PE would generate two profiles, &lt;/P&gt;&lt;P&gt;one is define type in the system_xxxxx.h (like Jeremy_Zhou said), &lt;/P&gt;&lt;P&gt;and another one is clock_manager_user_config_t in the clockMan1.c (like Alice_Yang said). &lt;/P&gt;&lt;P&gt;However, the default applied is define type in the system_xxxxx.h, not clock_manager....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have the same question, &lt;/P&gt;&lt;P&gt;How to applied the Clock Manager in the initialization code by Processor Expert setting?&lt;/P&gt;&lt;P&gt;Or we only can manually write the code in the initialization?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiunn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 03:53:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407943#M1768</guid>
      <dc:creator>jiunnyang</dc:creator>
      <dc:date>2015-10-15T03:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: How initsializytion clock manager (mcg sim oscerclk) whith Processor Exp</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407944#M1769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PEx KSDK project starts via CMSIS startup code always but it sets global variables for clock manager so there is no limitation in clock manager usage. Startup configuration is generated into system_&amp;lt;DEVICE&amp;gt;.h corresponding system_&amp;lt;DEVICE&amp;gt;.c is left in KSDK without any modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21989i15D562B95842EA86/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PEx KSDK project with and without clock_manager. You can find more details here: &lt;A href="https://community.nxp.com/thread/376720"&gt;KSDK 1.2.0 and MKV30&amp;nbsp; :How to remove osa1 if i dont want any OS??&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In clock manager component you can also control generation of configuration structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22045iE3EBAC68AC1128FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22072i7F461E1CFAF8B436/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find more information related to clock manager within these threads:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/520241"&gt;Clock configuration with KDS3.0/KSDK1.2.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/524685"&gt;Re: Change between clock configurations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 06:49:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/How-initsializytion-clock-manager-mcg-sim-oscerclk-whith/m-p/407944#M1769</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2015-10-15T06:49:24Z</dc:date>
    </item>
  </channel>
</rss>

