<?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>i.MX Processorsのトピックi.MX8M mini M4 Core clock change</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-mini-M4-Core-clock-change/m-p/934012#M139993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any problem with the i.MX8M mini when the M4 Core side changes the Core clock with its own program after startup?&lt;/P&gt;&lt;P&gt;For example, suppose that the CORE clock is raised to 400MHz with the following function of NXP_SDK after startup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;CLOCK_SetRootDivider (kCLOCK_RootM4, 1U, 2U);&lt;/P&gt;&lt;P&gt;&amp;nbsp;CLOCK_SetRootMux (kCLOCK_RootM4, kCLOCK_M4RootmuxSysPll1); / * switch cortex-m4 to SYSTEM PLL1 * /&lt;/P&gt;&lt;P&gt;In this case, can the clock be switched safely without causing glitches?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="simple-translate-button" style="background-image: url('moz-extension://e4227924-e622-477f-86cb-13a4b996a4b8/icons/512.png'); height: 22px; width: 22px; top: 239px; left: 37px;"&gt;&lt;/DIV&gt;&lt;DIV class="simple-translate-panel" style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;"&gt;&lt;DIV class="simple-translate-result-wrapper" style="overflow: hidden;"&gt;&lt;P class="simple-translate-result" style="color: #000000;"&gt;&lt;/P&gt;&lt;P class="simple-translate-candidate" style="color: #737373;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Oct 2019 23:51:32 GMT</pubDate>
    <dc:creator>m_morimune</dc:creator>
    <dc:date>2019-10-17T23:51:32Z</dc:date>
    <item>
      <title>i.MX8M mini M4 Core clock change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-mini-M4-Core-clock-change/m-p/934012#M139993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any problem with the i.MX8M mini when the M4 Core side changes the Core clock with its own program after startup?&lt;/P&gt;&lt;P&gt;For example, suppose that the CORE clock is raised to 400MHz with the following function of NXP_SDK after startup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;CLOCK_SetRootDivider (kCLOCK_RootM4, 1U, 2U);&lt;/P&gt;&lt;P&gt;&amp;nbsp;CLOCK_SetRootMux (kCLOCK_RootM4, kCLOCK_M4RootmuxSysPll1); / * switch cortex-m4 to SYSTEM PLL1 * /&lt;/P&gt;&lt;P&gt;In this case, can the clock be switched safely without causing glitches?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="simple-translate-button" style="background-image: url('moz-extension://e4227924-e622-477f-86cb-13a4b996a4b8/icons/512.png'); height: 22px; width: 22px; top: 239px; left: 37px;"&gt;&lt;/DIV&gt;&lt;DIV class="simple-translate-panel" style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;"&gt;&lt;DIV class="simple-translate-result-wrapper" style="overflow: hidden;"&gt;&lt;P class="simple-translate-result" style="color: #000000;"&gt;&lt;/P&gt;&lt;P class="simple-translate-candidate" style="color: #737373;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 23:51:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-mini-M4-Core-clock-change/m-p/934012#M139993</guid>
      <dc:creator>m_morimune</dc:creator>
      <dc:date>2019-10-17T23:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M mini M4 Core clock change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-mini-M4-Core-clock-change/m-p/934013#M139994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Masahiro,&lt;/P&gt;&lt;P&gt;From the functionality point of view, no glitches should occur when switching clock modes (with the proper functions that waits for the lock of the PLLs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if the SDK uses macros (on compile time) to generate the time bases (most of this, for FreeRTOS), the time bases may be broken when changing the clock bases on-on-the-fly. So, it is recommended applying the proper macro modification considering the clocks that are going to be used on the application and recompiling the SDK also including your custom functions for clock changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&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;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2019 00:33:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-mini-M4-Core-clock-change/m-p/934013#M139994</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2019-10-23T00:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M mini M4 Core clock change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-mini-M4-Core-clock-change/m-p/934014#M139995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;Thank you for your response.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;I understood that there was no functional problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="" title=""&gt;Also, thank you for contacting me about the cautions.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;masahiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2019 23:06:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-mini-M4-Core-clock-change/m-p/934014#M139995</guid>
      <dc:creator>m_morimune</dc:creator>
      <dc:date>2019-10-27T23:06:12Z</dc:date>
    </item>
  </channel>
</rss>

