<?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 Re: How to use online clock tool generate BOARD_BootClockFROHF48M() function? in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-use-online-clock-tool-generate-BOARD-BootClockFROHF48M/m-p/683183#M91</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2017 15:42:17 GMT</pubDate>
    <dc:creator>hotashu</dc:creator>
    <dc:date>2017-07-04T15:42:17Z</dc:date>
    <item>
      <title>How to use online clock tool generate BOARD_BootClockFROHF48M() function?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-use-online-clock-tool-generate-BOARD-BootClockFROHF48M/m-p/683182#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use online clock generate tool to generate clock configuration file.&lt;/P&gt;&lt;P&gt;I want to generate configuration files like BOARD_BootClockFROHF48M(), BOARD_BootClockFROHF96M() . But in generated clock_config.c/h, those functions are not there, only BOARD_InitBootClocks() and BOARD_BootClocksRUN()&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="clc.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24514iD8C372F5DBAE1830/image-size/large?v=v2&amp;amp;px=999" role="button" title="clc.jpg" alt="clc.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell me how to proceed to generate other functions that I need. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:07:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-use-online-clock-tool-generate-BOARD-BootClockFROHF48M/m-p/683182#M90</guid>
      <dc:creator>hotashu</dc:creator>
      <dc:date>2017-07-04T08:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use online clock tool generate BOARD_BootClockFROHF48M() function?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-use-online-clock-tool-generate-BOARD-BootClockFROHF48M/m-p/683183#M91</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 15:42:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-use-online-clock-tool-generate-BOARD-BootClockFROHF48M/m-p/683183#M91</guid>
      <dc:creator>hotashu</dc:creator>
      <dc:date>2017-07-04T15:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use online clock tool generate BOARD_BootClockFROHF48M() function?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-use-online-clock-tool-generate-BOARD-BootClockFROHF48M/m-p/683184#M92</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hotas,&lt;/P&gt;&lt;P&gt;- About " BOARD_InitBootClocks() " , it just a function name ,and it is matching with the code of SDK project,&lt;/P&gt;&lt;P&gt;when we create a simple SDK project,&amp;nbsp; it will includes the function of " BOARD_InitBootClocks() "in main.c file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25767i05D21CD214259405/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- After you configure clock on MCUXpresso clock tool, the code in clock_config.c and clock_config.h&lt;/P&gt;&lt;P&gt;will be changed automatically&amp;nbsp; refer to your configuration. For example :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25867i6A9456CF0DCE8225/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25728i42D226F545EF9105/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 08:57:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-use-online-clock-tool-generate-BOARD-BootClockFROHF48M/m-p/683184#M92</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-07-05T08:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use online clock tool generate BOARD_BootClockFROHF48M() function?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-use-online-clock-tool-generate-BOARD-BootClockFROHF48M/m-p/683185#M93</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that your configuration is for plain processor but not based on board.&lt;/P&gt;&lt;P&gt;for example,&lt;/P&gt;&lt;P&gt;BOARD_BootClockFROHF48M() can be generated for configuration "LPCXpresso54680", but not for "&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;LPC54608J512 "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to developer "The pre-set configurations are available and tailored only for boards, if you would use a processor that does not have any board available, you would need to add functions and configure clocks manually in clocks tool."&lt;/P&gt;&lt;P&gt;you can switch configuration in "MANAGE" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2017-07-19_17-21-59.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25839iECB5EBFCBBA20213/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-07-19_17-21-59.jpg" alt="2017-07-19_17-21-59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:27:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-use-online-clock-tool-generate-BOARD-BootClockFROHF48M/m-p/683185#M93</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-07-19T09:27:31Z</dc:date>
    </item>
  </channel>
</rss>

