<?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>i.MX RT Crossover MCUsのトピックhyperFlash write access</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/hyperFlash-write-access/m-p/828960#M1436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would please like to ask about hyperFlash example (evkmimxrt1050_flexspi_hyper_flash_polling_transfer):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example, I see the following parts:&lt;/P&gt;&lt;P&gt;1. hyperFlash initialization&lt;/P&gt;&lt;P&gt;2. hyperFlash write of page&lt;/P&gt;&lt;P&gt;3. hyperFlash read of page&lt;/P&gt;&lt;P&gt;4. compare the read and write contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had assumed that flexSPI interface only needs to be initialized (There is LUT for read and write command) , and then can be accessed by direct read/write from the absolute address (where the device is mapped to).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet, I see that the write functionality is done through wrappers:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;flexspi_nor_flash_page_program -&amp;gt;&amp;nbsp;FLEXSPI_TransferBlocking -&amp;gt;&amp;nbsp;FLEXSPI_WriteBlocking&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The read is done by direct access to address, is expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain why the write must use this wrappers ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;ranran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Sep 2018 06:56:14 GMT</pubDate>
    <dc:creator>rans</dc:creator>
    <dc:date>2018-09-16T06:56:14Z</dc:date>
    <item>
      <title>hyperFlash write access</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/hyperFlash-write-access/m-p/828960#M1436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would please like to ask about hyperFlash example (evkmimxrt1050_flexspi_hyper_flash_polling_transfer):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example, I see the following parts:&lt;/P&gt;&lt;P&gt;1. hyperFlash initialization&lt;/P&gt;&lt;P&gt;2. hyperFlash write of page&lt;/P&gt;&lt;P&gt;3. hyperFlash read of page&lt;/P&gt;&lt;P&gt;4. compare the read and write contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had assumed that flexSPI interface only needs to be initialized (There is LUT for read and write command) , and then can be accessed by direct read/write from the absolute address (where the device is mapped to).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet, I see that the write functionality is done through wrappers:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;flexspi_nor_flash_page_program -&amp;gt;&amp;nbsp;FLEXSPI_TransferBlocking -&amp;gt;&amp;nbsp;FLEXSPI_WriteBlocking&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The read is done by direct access to address, is expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain why the write must use this wrappers ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;ranran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2018 06:56:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/hyperFlash-write-access/m-p/828960#M1436</guid>
      <dc:creator>rans</dc:creator>
      <dc:date>2018-09-16T06:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: hyperFlash write access</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/hyperFlash-write-access/m-p/828961#M1437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ranran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Can someone explain why the write must use this wrappers ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since writing procedure requires some time for performing flashing&lt;BR /&gt;sequence, it waits (using blockng wrapper) until hyperflash will be ready for&lt;BR /&gt;next usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Mon, 17 Sep 2018 23:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/hyperFlash-write-access/m-p/828961#M1437</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-17T23:31:39Z</dc:date>
    </item>
  </channel>
</rss>

