<?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: LPC55S69: Flash driver init ,12Mhz vs 96 Mhz in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Flash-driver-init-12Mhz-vs-96-Mhz/m-p/986045#M38878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-userid="320103" data-username="yevgen.gyl@solita.fi" href="https://community.nxp.com/people/yevgen.gyl@solita.fi" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Eugene Hiihtaja&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;Normally,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;when&amp;nbsp;&lt;SPAN style="color: #51626f;"&gt;SystemClock&lt;SPAN&gt;&amp;nbsp; is initialized as 96MHZ and changes to 12Hhz, no need to re-initialize flash.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;&lt;SPAN&gt;if&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;SystemClock&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; is initialized as 12MHZ and changes to 96Hhz,&amp;nbsp;you need re-initialize flash.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2020 09:30:43 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2020-01-09T09:30:43Z</dc:date>
    <item>
      <title>LPC55S69: Flash driver init ,12Mhz vs 96 Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Flash-driver-init-12Mhz-vs-96-Mhz/m-p/986044#M38877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;Flash driver initialization require clock as part of init structure ( see fsl_iap.c )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;status_t FLASH_Init(flash_config_t *config)&lt;BR /&gt;{&lt;BR /&gt; assert(VERSION1_FLASH_API_TREE);&lt;BR /&gt; config-&amp;gt;modeConfig.sysFreqInMHz = &lt;SPAN style="color: #ff0000;"&gt;(&lt;STRONG&gt;uint32_t)kSysToFlashFreq_defaultInMHz; // 96 Mhz&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt; versionMajor = BOOTLOADER_API_TREE_POINTER-&amp;gt;bootloader_version.major;&lt;BR /&gt; return VERSION0_FLASH_API_TREE-&amp;gt;flash_init(config);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have SystemClock 12 Mhz or 96 Mhz .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I reinit Flash driver all the time when SystemClock is changes ?&lt;/P&gt;&lt;P&gt;I mean before Erase/Program/Verify execution ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or 96Mhz values can be used at 12Mhz as well without problems ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 17:52:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Flash-driver-init-12Mhz-vs-96-Mhz/m-p/986044#M38877</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-08T17:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69: Flash driver init ,12Mhz vs 96 Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Flash-driver-init-12Mhz-vs-96-Mhz/m-p/986045#M38878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-userid="320103" data-username="yevgen.gyl@solita.fi" href="https://community.nxp.com/people/yevgen.gyl@solita.fi" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Eugene Hiihtaja&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;Normally,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;when&amp;nbsp;&lt;SPAN style="color: #51626f;"&gt;SystemClock&lt;SPAN&gt;&amp;nbsp; is initialized as 96MHZ and changes to 12Hhz, no need to re-initialize flash.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;&lt;SPAN&gt;if&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;SystemClock&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; is initialized as 12MHZ and changes to 96Hhz,&amp;nbsp;you need re-initialize flash.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2020 09:30:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Flash-driver-init-12Mhz-vs-96-Mhz/m-p/986045#M38878</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-01-09T09:30:43Z</dc:date>
    </item>
  </channel>
</rss>

