<?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のトピックquestion of MCUXpresso Config Tool 25.6's clock config function for lpc54114</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/question-of-MCUXpresso-Config-Tool-25-6-s-clock-config-function/m-p/2319053#M59394</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to configure the CPU clock of the LPC54114 using MCUXpresso Config Tools 25.6. I want to use FRO_96M as the CPU clock, so I first selected ‘&lt;STRONG&gt;Board BootClockFROHF96M&lt;/STRONG&gt;’ in the CFG view. Then I set MAINCLKSELA to ‘FRO 96’ and MAINCLKSELB to ‘MAINCLKSELA’.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yhc123_0-1771337124762.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377045iF31CECAEA4FE073B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yhc123_0-1771337124762.png" alt="yhc123_0-1771337124762.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I found that in the generated code (clock_config.c), the BOARD_InitBootClocks function still calls BOARD_BootClockPLL150M() instead of the modified BOARD_BootClockFROHF96M() function.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yhc123_2-1771337225508.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377047i0DBF890D1DCE8B62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yhc123_2-1771337225508.png" alt="yhc123_2-1771337225508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do I need to perform any additional configuration steps in the CFG view to ensure that the tool generates code using BOARD_BootClockFROHF96M()?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2026 14:09:31 GMT</pubDate>
    <dc:creator>yhc123</dc:creator>
    <dc:date>2026-02-17T14:09:31Z</dc:date>
    <item>
      <title>question of MCUXpresso Config Tool 25.6's clock config function for lpc54114</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/question-of-MCUXpresso-Config-Tool-25-6-s-clock-config-function/m-p/2319053#M59394</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to configure the CPU clock of the LPC54114 using MCUXpresso Config Tools 25.6. I want to use FRO_96M as the CPU clock, so I first selected ‘&lt;STRONG&gt;Board BootClockFROHF96M&lt;/STRONG&gt;’ in the CFG view. Then I set MAINCLKSELA to ‘FRO 96’ and MAINCLKSELB to ‘MAINCLKSELA’.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yhc123_0-1771337124762.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377045iF31CECAEA4FE073B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yhc123_0-1771337124762.png" alt="yhc123_0-1771337124762.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I found that in the generated code (clock_config.c), the BOARD_InitBootClocks function still calls BOARD_BootClockPLL150M() instead of the modified BOARD_BootClockFROHF96M() function.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yhc123_2-1771337225508.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377047i0DBF890D1DCE8B62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yhc123_2-1771337225508.png" alt="yhc123_2-1771337225508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do I need to perform any additional configuration steps in the CFG view to ensure that the tool generates code using BOARD_BootClockFROHF96M()?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 14:09:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/question-of-MCUXpresso-Config-Tool-25-6-s-clock-config-function/m-p/2319053#M59394</guid>
      <dc:creator>yhc123</dc:creator>
      <dc:date>2026-02-17T14:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: question of MCUXpresso Config Tool 25.6's clock config function for lpc54114</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/question-of-MCUXpresso-Config-Tool-25-6-s-clock-config-function/m-p/2319918#M59398</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Could you help us confirm that the "Update Code" option in Overview tab from Clocks Tools is enabled?&lt;/P&gt;
&lt;P&gt;In [Functional group properties] in the toolbar, you can select BOARD_BootClockFROHF96M and enable the "Called by the default initialization function" so the BOARD_InitBootClocks initializes the BOARD_BootClockFROHF96M.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luis_maravilla_3-1771454748628.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377192iEFA97A0E870F5918/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luis_maravilla_3-1771454748628.png" alt="luis_maravilla_3-1771454748628.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I notice in your first photo that when selecting the MAINCLKSELA it shows 48 MHz instead of the 96MHz; according to &lt;A href="https://www.nxp.com/webapp/Download?colCode=UM10914" target="_blank"&gt;LPC5411x User manual [UM10914]&lt;/A&gt; Chapter 6 Table 153. FRO Control Register, bit 14 is fro_hf_output status bit, if read as 0, fro_hf is 48 MHz. If read as 1, fro_hf is 96 MHz.&lt;/P&gt;
&lt;P&gt;Could you help us select in the clocks diagram the option FRO96 (fro_hf) and "Update Code".&lt;/P&gt;
&lt;DIV id="tinyMceEditorluis_maravilla_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luis_maravilla_6-1771454807527.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377193i2EE25C66F0468D9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luis_maravilla_6-1771454807527.png" alt="luis_maravilla_6-1771454807527.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then in Registers tool search for SYSCON_FROCTRL&amp;gt;SEL to confirm its on 1 [96MHz]&lt;/P&gt;
&lt;DIV id="tinyMceEditorluis_maravilla_2" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luis_maravilla_7-1771454830271.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377194i92A2C8FDA7BD16B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luis_maravilla_7-1771454830271.png" alt="luis_maravilla_7-1771454830271.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Let me know your findings,&lt;/P&gt;
&lt;P&gt;Best Regards, Luis&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 22:48:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/question-of-MCUXpresso-Config-Tool-25-6-s-clock-config-function/m-p/2319918#M59398</guid>
      <dc:creator>luis_maravilla</dc:creator>
      <dc:date>2026-02-18T22:48:24Z</dc:date>
    </item>
  </channel>
</rss>

