<?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のトピックS32K144 D-Flash and FlexRAM usage</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265646#M10619</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using s32k144 EVK board. I am trying to access FlexRAM memory 4kB and D-Flash memory 64kB in the same code. First I am writing data to FlexRAM, I checked in memory window the data is written but while writing data to D-Flash memory, in the memory window it is showing 0 which indicates data is not written to the D-Flash memory(Both memories I tried to access individual able to write/read data properly).&lt;BR /&gt;First I want to know whether it is possible to access both the memories from the same code?&lt;BR /&gt;If yes, please support how to achieve it. Kindly support.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Paneri&lt;/P&gt;</description>
    <pubDate>Wed, 21 Apr 2021 07:11:31 GMT</pubDate>
    <dc:creator>paneri</dc:creator>
    <dc:date>2021-04-21T07:11:31Z</dc:date>
    <item>
      <title>S32K144 D-Flash and FlexRAM usage</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265646#M10619</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using s32k144 EVK board. I am trying to access FlexRAM memory 4kB and D-Flash memory 64kB in the same code. First I am writing data to FlexRAM, I checked in memory window the data is written but while writing data to D-Flash memory, in the memory window it is showing 0 which indicates data is not written to the D-Flash memory(Both memories I tried to access individual able to write/read data properly).&lt;BR /&gt;First I want to know whether it is possible to access both the memories from the same code?&lt;BR /&gt;If yes, please support how to achieve it. Kindly support.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Paneri&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 07:11:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265646#M10619</guid>
      <dc:creator>paneri</dc:creator>
      <dc:date>2021-04-21T07:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 D-Flash and FlexRAM usage</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265726#M10623</link>
      <description>&lt;P&gt;Hi Paneri,&lt;/P&gt;
&lt;P&gt;I'm not sure if I understand.&lt;/P&gt;
&lt;P&gt;What is the SIM_FCFG1[DEPART] value when you write to FlexRAM?&lt;/P&gt;
&lt;P&gt;If the FlexRAM is used for the Emulated EEPROM, the FlexNVM flash block is not accessible by any master on the bus.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 09:04:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265726#M10623</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-04-21T09:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 D-Flash and FlexRAM usage</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265784#M10626</link>
      <description>&lt;P&gt;The DEPART value is 0x8.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 10:29:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265784#M10626</guid>
      <dc:creator>paneri</dc:creator>
      <dc:date>2021-04-21T10:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 D-Flash and FlexRAM usage</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265792#M10627</link>
      <description>&lt;P&gt;Thank you Paneri,&lt;/P&gt;
&lt;P&gt;DEPART = 0x8 means 0KB of DFlash and 64KB of EEPROM backup (E-Flash) that cannot be accessed by the core or the debugger, the E-Flash is not mapped:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1619001933952.png" style="width: 564px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/142861iFC4AE76FCAE8ADCC/image-dimensions/564x842?v=v2" width="564" height="842" role="button" title="danielmartynek_0-1619001933952.png" alt="danielmartynek_0-1619001933952.png" /&gt;&lt;/span&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 10:46:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265792#M10627</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-04-21T10:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 D-Flash and FlexRAM usage</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265828#M10629</link>
      <description>&lt;P&gt;Thanks Daniel, for the information.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 11:49:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-D-Flash-and-FlexRAM-usage/m-p/1265828#M10629</guid>
      <dc:creator>paneri</dc:creator>
      <dc:date>2021-04-21T11:49:47Z</dc:date>
    </item>
  </channel>
</rss>

