<?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>LPC Microcontrollers中的主题 Re: LPC4370 M4 Clock</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-M4-Clock/m-p/1065706#M41167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="314407" data-username="cpchen" href="https://community.nxp.com/people/cpchen"&gt;CHEN CHUANPING&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;Please check the code before run into main(),&amp;nbsp; it already configured the clock:&lt;/P&gt;&lt;P&gt;there is a&amp;nbsp; SystemInit()-&amp;gt;Board_SystemInit()-&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Board_SetupClocking();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;Have a great day,&lt;BR /&gt; TIC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt; Note:&lt;BR /&gt; - If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&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;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2020 07:57:54 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2020-05-11T07:57:54Z</dc:date>
    <item>
      <title>LPC4370 M4 Clock</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-M4-Clock/m-p/1065705#M41166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LPC4370 for a project, try to figure out what is the clock M4 CPU cruns on , the code retrieve the CPU clock is show below in &lt;STRONG&gt;BOLD.&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp;however, debug output below shows CPU is running on 204MHz even before the SystemCoreClockUpdate() was performed.&amp;nbsp; This does not match LPC4370 manual and many posts , which all said the M4 CPU does not power up to 204MHz, and need to raise the speed by whoever do the coding.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I do something or understood something wrong ?&amp;nbsp; can anyone help to clarify this ?&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/raymundovelarde"&gt;raymundovelarde&lt;/A&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ErichS"&gt;ErichS&lt;/A&gt;&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/106493iFA48C982FC14E516/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;int main(void)&lt;BR /&gt;{&lt;BR /&gt; uint32_t i;&lt;BR /&gt; uint32_t f1;&lt;BR /&gt; &lt;STRONG&gt;f1 = Chip_Clock_GetRate(CLK_BASE_MX);&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;DEBUGOUT("Before SystemCoreClockUpdate f1 = %d \r\n",f1);&lt;/STRONG&gt;&lt;BR /&gt; SystemCoreClockUpdate();&lt;BR /&gt; &lt;STRONG&gt;f1 = Chip_Clock_GetRate(CLK_BASE_MX);&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;DEBUGOUT("After SystemCoreClockUpdate f1 = %d \r\n",f1);&lt;/STRONG&gt;&lt;BR /&gt; Board_Init();&lt;BR /&gt; TEST_START = 1;&lt;/P&gt;&lt;P&gt;.........&amp;nbsp; continue ......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2020 09:02:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-M4-Clock/m-p/1065705#M41166</guid>
      <dc:creator>cpchen</dc:creator>
      <dc:date>2020-05-09T09:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 M4 Clock</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-M4-Clock/m-p/1065706#M41167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="314407" data-username="cpchen" href="https://community.nxp.com/people/cpchen"&gt;CHEN CHUANPING&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;Please check the code before run into main(),&amp;nbsp; it already configured the clock:&lt;/P&gt;&lt;P&gt;there is a&amp;nbsp; SystemInit()-&amp;gt;Board_SystemInit()-&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Board_SetupClocking();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;Have a great day,&lt;BR /&gt; TIC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt; Note:&lt;BR /&gt; - If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&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;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 07:57:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-M4-Clock/m-p/1065706#M41167</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-05-11T07:57:54Z</dc:date>
    </item>
  </channel>
</rss>

