<?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 MCXA153 SystemCoreClock default value in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA153-SystemCoreClock-default-value/m-p/2333110#M5030</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Intro&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After a reset, he MCXA153 microcontroller runs ate 48MHz, because:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;After reset, SCS bits in SCG-&amp;gt;CSR = [011] : FIRC&lt;/LI&gt;&lt;LI&gt;After reset, FIRC (fro_hf) = 48 MHz, as stated in Reference Manual paragraph 21.2 (Rev. 7, 2024-10-22)&lt;/LI&gt;&lt;LI&gt;After reset, DIV bits in AHBCLKDIV = [00000000] : prescaler = 1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the MCUXpresso SDK (26_03_00_pvw1), the SystemCoreClock global variable is configured in the function&amp;nbsp;&lt;SPAN&gt;SystemCoreClockUpdate() in the file &lt;EM&gt;system_MCXA153.c&lt;/EM&gt;. This is correct if the fsl_clock driver is used. If this driver is not used, the SystemCoreClock variable is set to 12MHz, which is not correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;As a suggestion, update the following&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;In the file&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;system_MCXA153.h&lt;/EM&gt;, update the define:&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="andale mono,times"&gt;&lt;SPAN&gt;#define&lt;/SPAN&gt; &lt;SPAN&gt;DEFAULT_SYSTEM_CLOCK&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;12000000u&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#339966"&gt;/* Default System clock value */&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="andale mono,times"&gt;&lt;SPAN&gt;#define&lt;/SPAN&gt; &lt;SPAN&gt;DEFAULT_SYSTEM_CLOCK&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF0000"&gt;48&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;000000&lt;/FONT&gt;u&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#339966"&gt;/* Default System clock value */&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;In the file&amp;nbsp;&lt;EM&gt;system_MCXA153.c&lt;/EM&gt;, update the function&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SystemCoreClockUpdate() so it does not depend on the fsl_clock driver anymore and uses direct register access.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 15 Mar 2026 09:15:19 GMT</pubDate>
    <dc:creator>HugoArends</dc:creator>
    <dc:date>2026-03-15T09:15:19Z</dc:date>
    <item>
      <title>MCXA153 SystemCoreClock default value</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA153-SystemCoreClock-default-value/m-p/2333110#M5030</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Intro&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After a reset, he MCXA153 microcontroller runs ate 48MHz, because:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;After reset, SCS bits in SCG-&amp;gt;CSR = [011] : FIRC&lt;/LI&gt;&lt;LI&gt;After reset, FIRC (fro_hf) = 48 MHz, as stated in Reference Manual paragraph 21.2 (Rev. 7, 2024-10-22)&lt;/LI&gt;&lt;LI&gt;After reset, DIV bits in AHBCLKDIV = [00000000] : prescaler = 1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the MCUXpresso SDK (26_03_00_pvw1), the SystemCoreClock global variable is configured in the function&amp;nbsp;&lt;SPAN&gt;SystemCoreClockUpdate() in the file &lt;EM&gt;system_MCXA153.c&lt;/EM&gt;. This is correct if the fsl_clock driver is used. If this driver is not used, the SystemCoreClock variable is set to 12MHz, which is not correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;As a suggestion, update the following&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;In the file&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;system_MCXA153.h&lt;/EM&gt;, update the define:&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="andale mono,times"&gt;&lt;SPAN&gt;#define&lt;/SPAN&gt; &lt;SPAN&gt;DEFAULT_SYSTEM_CLOCK&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;12000000u&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#339966"&gt;/* Default System clock value */&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="andale mono,times"&gt;&lt;SPAN&gt;#define&lt;/SPAN&gt; &lt;SPAN&gt;DEFAULT_SYSTEM_CLOCK&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF0000"&gt;48&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;000000&lt;/FONT&gt;u&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#339966"&gt;/* Default System clock value */&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;In the file&amp;nbsp;&lt;EM&gt;system_MCXA153.c&lt;/EM&gt;, update the function&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SystemCoreClockUpdate() so it does not depend on the fsl_clock driver anymore and uses direct register access.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 Mar 2026 09:15:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA153-SystemCoreClock-default-value/m-p/2333110#M5030</guid>
      <dc:creator>HugoArends</dc:creator>
      <dc:date>2026-03-15T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: MCXA153 SystemCoreClock default value</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA153-SystemCoreClock-default-value/m-p/2333462#M5034</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/231700"&gt;@HugoArends&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Thanks for your suggestion. I will report it to your internal team.&lt;/DIV&gt;
&lt;DIV&gt;Thank you.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;BR&lt;/DIV&gt;
&lt;DIV&gt;Alice&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Mar 2026 10:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA153-SystemCoreClock-default-value/m-p/2333462#M5034</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2026-03-16T10:37:54Z</dc:date>
    </item>
  </channel>
</rss>

