<?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: How do write the data to the flash memory in s32k148 in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602979#M2926</link>
    <description>&lt;P&gt;There is no API for reading the flash.&lt;/P&gt;
&lt;P&gt;You can simply use a pointer to the flash location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2023 14:22:03 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2023-02-21T14:22:03Z</dc:date>
    <item>
      <title>How do write the data to the flash memory in s32k148</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602604#M2920</link>
      <description>&lt;P&gt;what is the problem?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-21 092953.png" style="width: 757px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/211687iEF1BB2F078F6232D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-02-21 092953.png" alt="Screenshot 2023-02-21 092953.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 07:28:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602604#M2920</guid>
      <dc:creator>joshfx</dc:creator>
      <dc:date>2023-02-21T07:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do write the data to the flash memory in s32k148</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602619#M2921</link>
      <description>&lt;P&gt;I want to write a random data to spesific address in the flash memory but i can't&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 07:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602619#M2921</guid>
      <dc:creator>joshfx</dc:creator>
      <dc:date>2023-02-21T07:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do write the data to the flash memory in s32k148</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602786#M2922</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212709"&gt;@joshfx&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Instead of&amp;nbsp;FLASH_DRV_EEEWrite(), use FLASH_DRV_Program().&lt;/P&gt;
&lt;P&gt;The FLASH_DRV_EEEWrite() is for the emulated EEPROM (FlexRAM in EEPROM mode) only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 09:56:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602786#M2922</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-02-21T09:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do write the data to the flash memory in s32k148</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602925#M2924</link>
      <description>How can i read data&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 13:17:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602925#M2924</guid>
      <dc:creator>joshfx</dc:creator>
      <dc:date>2023-02-21T13:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do write the data to the flash memory in s32k148</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602979#M2926</link>
      <description>&lt;P&gt;There is no API for reading the flash.&lt;/P&gt;
&lt;P&gt;You can simply use a pointer to the flash location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 14:22:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-do-write-the-data-to-the-flash-memory-in-s32k148/m-p/1602979#M2926</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-02-21T14:22:03Z</dc:date>
    </item>
  </channel>
</rss>

