<?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: MIMXRT1050-EVK hyperflash program error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MIMXRT1050-EVK-hyperflash-program-error/m-p/1023564#M151263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PazDim,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hyper flash word program requires its clock rate lower than 50 MHz(DDR mode) when word program, so the FLEXSPI clock rate needs to be lowered before the page program.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The Hyper flash example configures FLEXSPI clock at 42 MHz(DDR mode) and configures LUT table to use word program which has a limitation that 50 MHz timings are required when using a burst write during a Word Program command.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11pt;"&gt;flexspi_nor_flash_page_program()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;changes the FLEXSPI clock to 166 MHz after page program successfully in the&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11pt;"&gt;flexspi_clock_update()&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;routine. However, the clock must be lowered again before programming again.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2020 16:06:00 GMT</pubDate>
    <dc:creator>jingpan</dc:creator>
    <dc:date>2020-05-04T16:06:00Z</dc:date>
    <item>
      <title>MIMXRT1050-EVK hyperflash program error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIMXRT1050-EVK-hyperflash-program-error/m-p/1023563#M151262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. &lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;I have a problem with writing to memory. I use an example flexspi_hyper_flash_polling_transfer. It works fine. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;Next, I duplicated a block of code that programs the page, programming the next page. It works too. Then, instead of the counter I filled s_hyperflash_program_buffer with part of real data. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;Both pages are programmed with the same data. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;But the second page is getting corrupted. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;But if the second page is filled with a fixed value, then everything works. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;How to solve a problem?&lt;/SPAN&gt; &lt;SPAN title=""&gt;Thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2020 08:09:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIMXRT1050-EVK-hyperflash-program-error/m-p/1023563#M151262</guid>
      <dc:creator>pazdimpazdim</dc:creator>
      <dc:date>2020-02-13T08:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1050-EVK hyperflash program error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIMXRT1050-EVK-hyperflash-program-error/m-p/1023564#M151263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PazDim,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hyper flash word program requires its clock rate lower than 50 MHz(DDR mode) when word program, so the FLEXSPI clock rate needs to be lowered before the page program.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The Hyper flash example configures FLEXSPI clock at 42 MHz(DDR mode) and configures LUT table to use word program which has a limitation that 50 MHz timings are required when using a burst write during a Word Program command.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11pt;"&gt;flexspi_nor_flash_page_program()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;changes the FLEXSPI clock to 166 MHz after page program successfully in the&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11pt;"&gt;flexspi_clock_update()&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;routine. However, the clock must be lowered again before programming again.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 16:06:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIMXRT1050-EVK-hyperflash-program-error/m-p/1023564#M151263</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2020-05-04T16:06:00Z</dc:date>
    </item>
  </channel>
</rss>

