<?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: About the Erase and Write API</title>
    <link>https://community.nxp.com/t5/S32K/About-the-Erase-and-Write-API/m-p/1340383#M12099</link>
    <description>&lt;P&gt;Hi@&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189775" target="_self" aria-label="View Profile of jaylou"&gt;&lt;SPAN class=""&gt;jaylou&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;yes.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Sep 2021 07:46:41 GMT</pubDate>
    <dc:creator>Senlent</dc:creator>
    <dc:date>2021-09-15T07:46:41Z</dc:date>
    <item>
      <title>About the Erase and Write API</title>
      <link>https://community.nxp.com/t5/S32K/About-the-Erase-and-Write-API/m-p/1338781#M12067</link>
      <description>&lt;P&gt;1. Does the D-Flash have the same operation with P-Flash when you are trying to erase and write some data?&lt;/P&gt;&lt;P&gt;2. What about the emulated EEPROM? Does it have same&amp;nbsp;operation with P-Flash when you are trying to erase and write some data?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 04:03:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-the-Erase-and-Write-API/m-p/1338781#M12067</guid>
      <dc:creator>jaylou</dc:creator>
      <dc:date>2021-09-13T04:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: About the Erase and Write API</title>
      <link>https://community.nxp.com/t5/S32K/About-the-Erase-and-Write-API/m-p/1338882#M12070</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;jaylou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN&gt;1. Does the D-Flash have the same operation with P-Flash when you are trying to erase and write some data?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;a. When erasing P-Flash and D-Flash, D/P Flash can be erased according to 2/4KB sector, the API used is &lt;STRONG&gt;FLASH_DRV_EraseSector();&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;b.For parts larger than 512KB, such as S32K146 and S32K148 have multiple 512KB Flash blocks (so you can also erase the P-Flash according to the 512KB block. Use the API &lt;STRONG&gt;FLASH_DRV_EraseBlock();&lt;/STRONG&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; The P-Flash and D-Flash of S32K1xx series MCUs not only support 8B phase programming, but also support section programming. It can program 1/4 FlexRAM size P-Flash/D Flash at a time, which is 512B (S32K11x series) or 1KB ( S32K14x) to improve programming efficiency.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. What about the emulated EEPROM? Does it have same&amp;nbsp;operation with P-Flash when you are trying to erase and write some data?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://mp.weixin.qq.com/s/TEXe1XWcggx-R50LT_idlg" target="_self"&gt;https://mp.weixin.qq.com/s/TEXe1XWcggx-R50LT_idlg&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; I can't simply answer whether you can or can't, because the usage of many APIs is restricted. The content of the link here can help you understand part of the content of EEE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 06:33:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-the-Erase-and-Write-API/m-p/1338882#M12070</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-09-13T06:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: About the Erase and Write API</title>
      <link>https://community.nxp.com/t5/S32K/About-the-Erase-and-Write-API/m-p/1340244#M12096</link>
      <description>&lt;P&gt;Thank you, Sir.&lt;/P&gt;&lt;P&gt;So, let me get this straight.&lt;/P&gt;&lt;P&gt;1. When you need to erase a sector on D-Flash or/and P-Flash, you can use the same API which is&amp;nbsp;FLASH_DRV_EraseSector(), right?&lt;/P&gt;&lt;P&gt;2. When you need to write some data on D-Flash or/and P-Flash, you can use the same API which is&amp;nbsp;FLASH_DRV_Program(), right?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 05:33:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-the-Erase-and-Write-API/m-p/1340244#M12096</guid>
      <dc:creator>jaylou</dc:creator>
      <dc:date>2021-09-15T05:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: About the Erase and Write API</title>
      <link>https://community.nxp.com/t5/S32K/About-the-Erase-and-Write-API/m-p/1340383#M12099</link>
      <description>&lt;P&gt;Hi@&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189775" target="_self" aria-label="View Profile of jaylou"&gt;&lt;SPAN class=""&gt;jaylou&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;yes.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 07:46:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-the-Erase-and-Write-API/m-p/1340383#M12099</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-09-15T07:46:41Z</dc:date>
    </item>
  </channel>
</rss>

