<?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: SIM Clock Config Error in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325104#M61265</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57959"&gt;@Robin_Shen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an "SDK" or "KSDK" problem?&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/190342"&gt;@nicholas2000&lt;/a&gt;&amp;nbsp;showed a picture of what looked like the MCUXpresso Clock Wizard - does the KSDK work with MCUXpresso?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Aug 2021 02:50:44 GMT</pubDate>
    <dc:creator>myke_predko</dc:creator>
    <dc:date>2021-08-18T02:50:44Z</dc:date>
    <item>
      <title>SIM Clock Config Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1324919#M61261</link>
      <description>&lt;P align="left"&gt;&lt;FONT size="3"&gt;Kinetis Microcontrollers&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Hello, I am using the&amp;nbsp;&lt;FONT face="arial, helvetica, sans-serif"&gt;&lt;FONT size="3"&gt;MKS20FN128VLL12 micro controller&amp;nbsp;for a new project. I have not added any source code yet to the project, I have only configured the pins and clocks.&lt;BR /&gt;&lt;BR /&gt;When I attempt to configure the clock in MCG Mode: PEE and then update the generated code I receive the following errors:&lt;BR /&gt;&lt;BR /&gt;../board/clock_config.c:140:10: error: 'sim_clock_config_t' {aka 'const struct _sim_clock_config'} has no member named 'pllFllFrac'&lt;BR /&gt;140 | .pllFllFrac = 0, /* PLLFLLSEL clock divider fraction: multiplied by 1 */&lt;BR /&gt;| ^~~~~~~~~~&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial, helvetica, sans-serif"&gt;&lt;FONT size="3"&gt;and,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial, helvetica, sans-serif"&gt;&lt;FONT size="3"&gt;../board/clock_config.c:139:10: error: 'sim_clock_config_t' {aka 'const struct _sim_clock_config'} has no member named 'pllFllDiv'; did you mean 'pllFllSel'?&lt;BR /&gt;139 | .pllFllDiv = 0, /* PLLFLLSEL clock divider divisor: divided by 1 */&lt;BR /&gt;| ^~~~~~~~~&lt;BR /&gt;| pllFllSel&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial, helvetica, sans-serif"&gt;&lt;FONT size="3"&gt;The only work around was to manually delete the lines of code to avoid any errors when building the code. Is there anyway to manually set these settings on the SIM clock?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nicholas&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 19:05:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1324919#M61261</guid>
      <dc:creator>nicholas2000</dc:creator>
      <dc:date>2021-08-17T19:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Clock Config Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325038#M61264</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Nicholas,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Sorry for the inconvenience we bring you!&amp;nbsp;&lt;BR /&gt;Thank you for the report, I'll inform the SDK team about this.&lt;BR /&gt;You can add these two lines. This should be fixed in KSDK 2.5.0.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sim_clock_config_t.png" style="width: 764px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/153253i10CCB6EC7A94C2E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="sim_clock_config_t.png" alt="sim_clock_config_t.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 01:19:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325038#M61264</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-08-18T01:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Clock Config Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325104#M61265</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57959"&gt;@Robin_Shen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an "SDK" or "KSDK" problem?&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/190342"&gt;@nicholas2000&lt;/a&gt;&amp;nbsp;showed a picture of what looked like the MCUXpresso Clock Wizard - does the KSDK work with MCUXpresso?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 02:50:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325104#M61265</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2021-08-18T02:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Clock Config Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325111#M61266</link>
      <description>&lt;P&gt;It's SDK problem. I have reproduce this problem on MCUXpresso IDE with SDK_2_4_1_MKS20FN128xxx12.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 03:02:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325111#M61266</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-08-18T03:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Clock Config Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325688#M61275</link>
      <description>&lt;P&gt;This worked well, thanks for the help Robin. Is there an ETA for when KSDK 2.5.0 will be released?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 18:26:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325688#M61275</guid>
      <dc:creator>nicholas2000</dc:creator>
      <dc:date>2021-08-18T18:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Clock Config Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325913#M61278</link>
      <description>&lt;P&gt;You are welcome.&lt;BR /&gt;Sorry to tell you that there is no ETA for when SDK_2_5_0_MKS20FN128xxx12 will be released.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 03:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SIM-Clock-Config-Error/m-p/1325913#M61278</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-08-19T03:13:06Z</dc:date>
    </item>
  </channel>
</rss>

