<?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 how i view flash memory data in s32ds? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/how-i-view-flash-memory-data-in-s32ds/m-p/2320012#M56895</link>
    <description>&lt;P&gt;my develope enviroment is s32ds 3.6.1, RTD 4.0.0, s32k314 mcu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am developing bootloader.&lt;/P&gt;&lt;P&gt;and i am trying flash memory erase, write, read.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i wanna check flash memory data i write data to flash memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i don't know '???' when i view memory view in the s32ds.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rlaxortn_0-1771466662112.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377203iE535BBE2AC160828/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rlaxortn_0-1771466662112.png" alt="rlaxortn_0-1771466662112.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how i view flash memory data?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i compared buffer. that does not have problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i wanna view flash memory from writed mcu flash memory by s32ds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Feb 2026 02:04:47 GMT</pubDate>
    <dc:creator>rlaxortn</dc:creator>
    <dc:date>2026-02-19T02:04:47Z</dc:date>
    <item>
      <title>how i view flash memory data in s32ds?</title>
      <link>https://community.nxp.com/t5/S32K/how-i-view-flash-memory-data-in-s32ds/m-p/2320012#M56895</link>
      <description>&lt;P&gt;my develope enviroment is s32ds 3.6.1, RTD 4.0.0, s32k314 mcu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am developing bootloader.&lt;/P&gt;&lt;P&gt;and i am trying flash memory erase, write, read.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i wanna check flash memory data i write data to flash memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i don't know '???' when i view memory view in the s32ds.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rlaxortn_0-1771466662112.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377203iE535BBE2AC160828/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rlaxortn_0-1771466662112.png" alt="rlaxortn_0-1771466662112.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how i view flash memory data?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i compared buffer. that does not have problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i wanna view flash memory from writed mcu flash memory by s32ds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 02:04:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-i-view-flash-memory-data-in-s32ds/m-p/2320012#M56895</guid>
      <dc:creator>rlaxortn</dc:creator>
      <dc:date>2026-02-19T02:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: how i view flash memory data in s32ds?</title>
      <link>https://community.nxp.com/t5/S32K/how-i-view-flash-memory-data-in-s32ds/m-p/2320092#M56900</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;'???'- means that memory is not accessible at this time or it is full of ECC errors, which is very rare case.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The MCU is running and the debugger can’t access the flash at that moment.&lt;/LI&gt;
&lt;LI&gt;The address you typed is incorrect or not aligned.&lt;/LI&gt;
&lt;LI&gt;The flash controller (C55FMC for S32K3) is busy erasing/writing → flash is temporarily unreadable.&lt;/LI&gt;
&lt;LI&gt;The debugger is not fully connected or the MCU is not halted.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;0x00600000 -&amp;nbsp;0x006FFFFF is valid range for S32K314 of&amp;nbsp;Program flash (Block 2).&lt;/P&gt;
&lt;P&gt;So I assume that MCU is running (not in a stop /suspend debug mode) or some operation is running on this flash block.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 08:04:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-i-view-flash-memory-data-in-s32ds/m-p/2320092#M56900</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2026-02-19T08:04:33Z</dc:date>
    </item>
  </channel>
</rss>

