<?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>S32KのトピックSetting S32K144 RUN mode to 80Mhz in Processor Expert</title>
    <link>https://community.nxp.com/t5/S32K/Setting-S32K144-RUN-mode-to-80Mhz-in-Processor-Expert/m-p/1264346#M10596</link>
    <description>&lt;P&gt;In S32DS_ARM_v2.2 and S32SDK_S32K1xx_RTM_3.0.0 Processor Expert I am trying to set RUN mode to 80MHz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However if I set System PLL Multiplier to x20, I get a warning in PE that -&lt;/P&gt;&lt;P&gt;Warning: The resulting SPLL_CLK frequency must be between 90 and 160 MHz (System PLL Multiplier)&lt;/P&gt;&lt;P&gt;How do I configure a RUN mode of 80Mhz under PE?&lt;/P&gt;</description>
    <pubDate>Mon, 19 Apr 2021 12:45:11 GMT</pubDate>
    <dc:creator>mnewton</dc:creator>
    <dc:date>2021-04-19T12:45:11Z</dc:date>
    <item>
      <title>Setting S32K144 RUN mode to 80Mhz in Processor Expert</title>
      <link>https://community.nxp.com/t5/S32K/Setting-S32K144-RUN-mode-to-80Mhz-in-Processor-Expert/m-p/1264346#M10596</link>
      <description>&lt;P&gt;In S32DS_ARM_v2.2 and S32SDK_S32K1xx_RTM_3.0.0 Processor Expert I am trying to set RUN mode to 80MHz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However if I set System PLL Multiplier to x20, I get a warning in PE that -&lt;/P&gt;&lt;P&gt;Warning: The resulting SPLL_CLK frequency must be between 90 and 160 MHz (System PLL Multiplier)&lt;/P&gt;&lt;P&gt;How do I configure a RUN mode of 80Mhz under PE?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 12:45:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-S32K144-RUN-mode-to-80Mhz-in-Processor-Expert/m-p/1264346#M10596</guid>
      <dc:creator>mnewton</dc:creator>
      <dc:date>2021-04-19T12:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setting S32K144 RUN mode to 80Mhz in Processor Expert</title>
      <link>https://community.nxp.com/t5/S32K/Setting-S32K144-RUN-mode-to-80Mhz-in-Processor-Expert/m-p/1264723#M10600</link>
      <description>&lt;P&gt;Hi&amp;nbsp;mnewton,&lt;/P&gt;
&lt;P&gt;According to the "Table 34. SPLL electrical specifications", the FSPLL_CLK PLL output frequency 90 — 160 MHz.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FSPLL_CLK.jpg" style="width: 917px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/142702i7963BF9450E2B173/image-size/large?v=v2&amp;amp;px=999" role="button" title="FSPLL_CLK.jpg" alt="FSPLL_CLK.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;So please configure the SPLL to 160MHz, and then select SYS_CLK to 80MHz(SPLL_CLK/2).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RUN 80MHz.jpg" style="width: 994px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/142701i14A6B3470F4D6301/image-size/large?v=v2&amp;amp;px=999" role="button" title="RUN 80MHz.jpg" alt="RUN 80MHz.jpg" /&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>Tue, 20 Apr 2021 02:43:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-S32K144-RUN-mode-to-80Mhz-in-Processor-Expert/m-p/1264723#M10600</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-04-20T02:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setting S32K144 RUN mode to 80Mhz in Processor Expert</title>
      <link>https://community.nxp.com/t5/S32K/Setting-S32K144-RUN-mode-to-80Mhz-in-Processor-Expert/m-p/1265827#M10628</link>
      <description>&lt;P&gt;Many thanks for the solution - apologies I focussed on the '90Mhz' and overlooked the other end of the scale at 160MHz and the divide by 2 now obvious usage!&lt;/P&gt;&lt;P&gt;While I have reviewed AN5425 I am finding 5.1 HSRUN mode entry slightly ambiguous, especially when used with the PE / SDK.&lt;/P&gt;&lt;P&gt;Do I need to create another clockMan1_InitConfig1 with a different SPLL and divider, and add it to the CLOCK_SYS_Init() clock_manager_user_config_t array?&lt;/P&gt;&lt;P&gt;Then to enter HSRUN mode call&lt;/P&gt;&lt;P&gt;POWER_SYS_SetMode(HSRUN, POWER_MANAGER_POLICY_AGREEMENT);&lt;/P&gt;&lt;P&gt;CLOCK_SYS_UpdateConfiguration(1U, CLOCK_MANAGER_POLICY_AGREEMENT);&lt;/P&gt;&lt;P&gt;and then reverse the process on exit? Or should I be adding the CLOCK_SYS_UpdateConfiguration as callbacks in the Power_sys management?&lt;/P&gt;&lt;P&gt;Is there an Application note or guide to switching between 80MHz RUN mode and 112MHz HSRUN mode with the SDK - the example power_mode_switch_s32k14x only shows the simpler case of switching from 48MHz FIRC clock to 112MHz SPLL clock ?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 11:46:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-S32K144-RUN-mode-to-80Mhz-in-Processor-Expert/m-p/1265827#M10628</guid>
      <dc:creator>mnewton</dc:creator>
      <dc:date>2021-04-21T11:46:15Z</dc:date>
    </item>
  </channel>
</rss>

