<?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>S32KのトピックRe: how to use eeprom quick write mode(flash access error)?</title>
    <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094316#M7974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;when i&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;write 128 bytes in the FlexRAM, i find eeprom quick write don't work.&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;It looks like normal mode.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f7f8fa; color: #666666; font-weight: normal; font-size: 14px; "&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f7f8fa; color: #666666; font-weight: normal; font-size: 14px; "&gt;when i&amp;nbsp; call the API(eeprom_write) this way,&amp;nbsp;only 384(3*128)bytes is fast write mode, more data will be normal mode, if I want to use fast mode, what should I do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ret = FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_QUICK_WRITE, 0x200u, NULL); //This function is called only once&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;void eeprom_write(....) //Call this function multiple times to write 128bytes each time&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;......&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while ((FTFC-&amp;gt;FCNFG &amp;amp; FTFC_FCNFG_EEERDY_MASK) == 0);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ret = FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, relAddr, 128, src);&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;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2020 13:13:19 GMT</pubDate>
    <dc:creator>xieyinghui</dc:creator>
    <dc:date>2020-07-29T13:13:19Z</dc:date>
    <item>
      <title>how to use eeprom quick write mode(flash access error)?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094314#M7972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I want to use S32K144 eeprom quick mode to fast writes, call the following API:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void eeprom_write(....){&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ret = FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_QUICK_WRITE, 128, NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while ((FTFC-&amp;gt;FCNFG &amp;amp; FTFC_FCNFG_EEERDY_MASK) == 0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ret = FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, relAddr, 124, src);&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i call eeprom_write&amp;nbsp;this function&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;the second time, FSTAT register 5 bit will set 1 (flash access error), why?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 10:10:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094314#M7972</guid>
      <dc:creator>xieyinghui</dc:creator>
      <dc:date>2020-07-28T10:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to use eeprom quick write mode(flash access error)?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094315#M7973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xieyinghui@minieye.cc"&gt;xieyinghui@minieye.cc&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;If the FlexRAM is set for a 128-byte quick write.&lt;/P&gt;&lt;P&gt;You need to write exactly 128 bytes in the FlexRAM, not 124 bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 09:19:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094315#M7973</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-07-29T09:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to use eeprom quick write mode(flash access error)?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094316#M7974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;when i&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;write 128 bytes in the FlexRAM, i find eeprom quick write don't work.&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;It looks like normal mode.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f7f8fa; color: #666666; font-weight: normal; font-size: 14px; "&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f7f8fa; color: #666666; font-weight: normal; font-size: 14px; "&gt;when i&amp;nbsp; call the API(eeprom_write) this way,&amp;nbsp;only 384(3*128)bytes is fast write mode, more data will be normal mode, if I want to use fast mode, what should I do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ret = FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_QUICK_WRITE, 0x200u, NULL); //This function is called only once&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;void eeprom_write(....) //Call this function multiple times to write 128bytes each time&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;......&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while ((FTFC-&amp;gt;FCNFG &amp;amp; FTFC_FCNFG_EEERDY_MASK) == 0);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ret = FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, relAddr, 128, src);&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;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 13:13:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094316#M7974</guid>
      <dc:creator>xieyinghui</dc:creator>
      <dc:date>2020-07-29T13:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to use eeprom quick write mode(flash access error)?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094317#M7975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xieyinghui@minieye.cc"&gt;xieyinghui@minieye.cc&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;When you call this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_QUICK_WRITE, 0x200u, NULL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;you need to write exactly 512 bytes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If you want to write&amp;nbsp;next 512 bytes after the first write, c&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;all the function again&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_QUICK_WRITE, 0x200u, NULL);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;And write 512 bytes again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 13:30:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094317#M7975</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-07-29T13:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to use eeprom quick write mode(flash access error)?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094318#M7976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;when i call this way:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;void eeprom_write(....){&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;......&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ret = FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_QUICK_WRITE, 128, NULL);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while ((FTFC-&amp;gt;FCNFG &amp;amp; FTFC_FCNFG_EEERDY_MASK) == 0);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ret = FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, relAddr, 128, src);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;......&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 02:50:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094318#M7976</guid>
      <dc:creator>xieyinghui</dc:creator>
      <dc:date>2020-07-30T02:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to use eeprom quick write mode(flash access error)?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094319#M7977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hi Daniel,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;when i call this way:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;void eeprom_write(....){&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;......&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ret = FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_QUICK_WRITE, 128, NULL);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while ((FTFC-&amp;gt;FCNFG &amp;amp; FTFC_FCNFG_EEERDY_MASK) == 0);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ret = FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, relAddr, 128, src);&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;......&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;}&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I've found that using this quick mode doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 02:54:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094319#M7977</guid>
      <dc:creator>xieyinghui</dc:creator>
      <dc:date>2020-07-30T02:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to use eeprom quick write mode(flash access error)?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094320#M7978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xieyinghui@minieye.cc"&gt;xieyinghui@minieye.cc&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;What exactly does not work?&lt;/P&gt;&lt;P&gt;I have tested your code in the flash_partitioning_s32k144 SDK example:&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/109318i965D0675BFA4CD44/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;&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/109278i564D4B64B3D3CE3D/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;The FTFC module didn't report any error.&lt;/P&gt;&lt;P&gt;After power-cycling the MCU, I can see all the data in FlexRAM.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109493iF4A74013B82DF6C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 10:14:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094320#M7978</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-07-30T10:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to use eeprom quick write mode(flash access error)?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094321#M7979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4a90e2; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;Hi Daniel:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4a90e2; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;I know I can write the data in, but the writing speed is the same as normal mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4a90e2; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;In normal mode, The 128bytes I tested are 12~13ms, and the 128bytes I tested in the fast mode you gave me are also 12~13ms. Is this reasonable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start_time = k_cycle_get_32();&lt;/P&gt;&lt;P&gt;ret = FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_QUICK_WRITE, len, NULL);&lt;BR /&gt; __ASSERT_NO_MSG(STATUS_SUCCESS == ret);&lt;BR /&gt; while ((FTFC-&amp;gt;FCNFG &amp;amp; FTFC_FCNFG_EEERDY_MASK) == 0);&lt;BR /&gt; ret = FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, relAddr, len, src);&amp;nbsp; //len = 128;&lt;BR /&gt; stop_time = k_cycle_get_32();&lt;BR /&gt; cycles_spent = stop_time - start_time;&lt;BR /&gt; ms_spent = cycles_spent / sys_clock_hw_cycles_per_tick();&lt;BR /&gt; LOG_INF("eeprom write info: cycles_spent = %d, ms_spent = %d", cycles_spent, ms_spent);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The print information is as follows：&lt;/P&gt;&lt;P&gt;eeprom write info: cycles_spent = 999628, ms_spent = 12&amp;nbsp; &amp;nbsp; //ms_spent&amp;nbsp;is for how much ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4a90e2; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;Looking forward to your reply;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 04:52:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094321#M7979</guid>
      <dc:creator>xieyinghui</dc:creator>
      <dc:date>2020-07-31T04:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to use eeprom quick write mode(flash access error)?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094322#M7980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xieyinghui@minieye.cc"&gt;xieyinghui@minieye.cc&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Please have a look at the S32K1xx datasheet, rev13,&amp;nbsp;Table 35.&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/109101i0C5F7E16B510309A/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/109111iF0E6C8D655069219/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;You can estimate the max. execution time for 128B of normal writes and 128B of quick writes (including the cleanup after the last write).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN11983.pdf"&gt;AN11983 Using the S32K1xx EEPROM Functionality&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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/109173i262F060CB6C828F4/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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code that posted measures not only the execution time of the quick writes but the SetFlexRAM function and the SW overhead of the driver as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 12:44:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-use-eeprom-quick-write-mode-flash-access-error/m-p/1094322#M7980</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-07-31T12:44:56Z</dc:date>
    </item>
  </channel>
</rss>

