<?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 MCX-N947: 1 MHz clock (sirc_1mhz, clk_1M) in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCX-N947-1-MHz-clock-sirc-1mhz-clk-1M/m-p/2204757#M4361</link>
    <description>&lt;P&gt;According to the block diagram on page 1221 of the reference manual for the MCX-N947, the clock 'sirc_1mhz' is always on. SysTick and CTIMER allow to select this clock, assuming 'clk-1M' is this SIRC-derived 1 MHz clock (is it?). However, neither SysTick nor CTIMER work with this clock selected. Both work with other clock selections.&lt;/P&gt;&lt;P&gt;Do I miss something to enable the 1 MHz clock, despite the aforementioned block diagram?&lt;/P&gt;&lt;P&gt;FWIW, a similar block diagram can be found in the ref manual for the MCX-A346, and on this MCU the 1 MHz clock &lt;STRONG&gt;is&lt;/STRONG&gt; always on (called 'CLK_1M' there, in the diagram 'sirc_1mhz').&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2025 01:27:38 GMT</pubDate>
    <dc:creator>ygrayne</dc:creator>
    <dc:date>2025-11-14T01:27:38Z</dc:date>
    <item>
      <title>MCX-N947: 1 MHz clock (sirc_1mhz, clk_1M)</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCX-N947-1-MHz-clock-sirc-1mhz-clk-1M/m-p/2204757#M4361</link>
      <description>&lt;P&gt;According to the block diagram on page 1221 of the reference manual for the MCX-N947, the clock 'sirc_1mhz' is always on. SysTick and CTIMER allow to select this clock, assuming 'clk-1M' is this SIRC-derived 1 MHz clock (is it?). However, neither SysTick nor CTIMER work with this clock selected. Both work with other clock selections.&lt;/P&gt;&lt;P&gt;Do I miss something to enable the 1 MHz clock, despite the aforementioned block diagram?&lt;/P&gt;&lt;P&gt;FWIW, a similar block diagram can be found in the ref manual for the MCX-A346, and on this MCU the 1 MHz clock &lt;STRONG&gt;is&lt;/STRONG&gt; always on (called 'CLK_1M' there, in the diagram 'sirc_1mhz').&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 01:27:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCX-N947-1-MHz-clock-sirc-1mhz-clk-1M/m-p/2204757#M4361</guid>
      <dc:creator>ygrayne</dc:creator>
      <dc:date>2025-11-14T01:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: MCX-N947: 1 MHz clock (sirc_1mhz, clk_1M)</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCX-N947-1-MHz-clock-sirc-1mhz-clk-1M/m-p/2204837#M4362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255348"&gt;@ygrayne&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"According to the block diagram on page 1221 of the reference manual for the MCX-N947,&amp;nbsp;&lt;SPAN&gt;the clock 'sirc_1mhz' is always on.&amp;nbsp;&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;No, you need to enable this clock.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SYSCON-&amp;gt;CLOCK_CTRL |=  SYSCON_CLOCK_CTRL_FRO1MHZ_CLK_ENA_MASK;                 /*!&amp;lt; Enable FRO_1M is on */&lt;/LI-CODE&gt;
&lt;P&gt;"&lt;SPAN&gt;SysTick and CTIMER allow to select this clock, assuming 'clk-1M' is this SIRC-derived 1 MHz clock (is it?).&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Yes, you are right.&lt;/P&gt;
&lt;P&gt;I think you can refer to this code.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SYSCON-&amp;gt;CLOCK_CTRL |=  SYSCON_CLOCK_CTRL_FRO1MHZ_CLK_ENA_MASK;                 /*!&amp;lt; Enable FRO_1M is on */
CLOCK_AttachClk(kCLK_1M_to_SYSTICK0);                 /*!&amp;lt; Switch SYSTICK0 to CLK_1M */
CLOCK_AttachClk(kCLK_1M_to_CTIMER0);                 /*!&amp;lt; Switch CTIMER0 to CLK_1M */&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this will help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 03:38:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCX-N947-1-MHz-clock-sirc-1mhz-clk-1M/m-p/2204837#M4362</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-11-14T03:38:28Z</dc:date>
    </item>
  </channel>
</rss>

