<?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 write into EEEPROM using j-link</title>
    <link>https://community.nxp.com/t5/S32K/How-to-write-into-EEEPROM-using-j-link/m-p/1068410#M7306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response back. I got more questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- To write into emulate eeprom using a debugger, I should write into FlexRAM? Then it means I just have access to 2KB of FlexNVM via FlexRAM, am I right?&lt;/P&gt;&lt;P&gt;2- Could I write into FlexNVM for the first time using a debugger before partitioning FlexNVM as eeeprom?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2020 06:28:24 GMT</pubDate>
    <dc:creator>leila</dc:creator>
    <dc:date>2020-06-23T06:28:24Z</dc:date>
    <item>
      <title>How to write into EEEPROM using j-link</title>
      <link>https://community.nxp.com/t5/S32K/How-to-write-into-EEEPROM-using-j-link/m-p/1068408#M7304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="vertical-align: inherit; "&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="vertical-align: inherit;"&gt;&lt;SPAN style="vertical-align: inherit;"&gt;I am working with S32K118. &lt;/SPAN&gt;&lt;SPAN style="vertical-align: inherit;"&gt;I have already configue emulate eeprom and it works perfectly; &lt;/SPAN&gt;&lt;SPAN style="vertical-align: inherit;"&gt;writing and reading while the application is running.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="vertical-align: inherit;"&gt;&lt;SPAN style="vertical-align: inherit;"&gt;My question is if I could write into EEEPROM directly using J-link or another debuger as well? &lt;/SPAN&gt;&lt;SPAN style="vertical-align: inherit;"&gt;Then on which address should I write, 0x10000000?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="vertical-align: inherit; "&gt;I am using DS for ARM v2018.R1, SDK_RTM_3.0.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="vertical-align: inherit; "&gt;Thank you for your supprt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="vertical-align: inherit; "&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="vertical-align: inherit; "&gt;Leila&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 15:35:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-write-into-EEEPROM-using-j-link/m-p/1068408#M7304</guid>
      <dc:creator>leila</dc:creator>
      <dc:date>2020-06-19T15:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to write into EEEPROM using j-link</title>
      <link>https://community.nxp.com/t5/S32K/How-to-write-into-EEEPROM-using-j-link/m-p/1068409#M7305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, you can write the EEPROM directly by debugger. It doesn't matter if the FlexRAM is written by your code (by core) or by a debugger. You can write to the same addresses as you write by your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 06:08:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-write-into-EEEPROM-using-j-link/m-p/1068409#M7305</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2020-06-23T06:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to write into EEEPROM using j-link</title>
      <link>https://community.nxp.com/t5/S32K/How-to-write-into-EEEPROM-using-j-link/m-p/1068410#M7306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response back. I got more questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- To write into emulate eeprom using a debugger, I should write into FlexRAM? Then it means I just have access to 2KB of FlexNVM via FlexRAM, am I right?&lt;/P&gt;&lt;P&gt;2- Could I write into FlexNVM for the first time using a debugger before partitioning FlexNVM as eeeprom?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 06:28:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-write-into-EEEPROM-using-j-link/m-p/1068410#M7306</guid>
      <dc:creator>leila</dc:creator>
      <dc:date>2020-06-23T06:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to write into EEEPROM using j-link</title>
      <link>https://community.nxp.com/t5/S32K/How-to-write-into-EEEPROM-using-j-link/m-p/1068411#M7307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Yes and yes.&lt;/P&gt;&lt;P&gt;2. No. If you want to use Emulated EEPROM, all read/writes are done using FlexRAM. Once partition is done, FlexNVM allocated for EEE is not accessible ever - it won't be visible in the memory map. If you want to load some data to EEE, it must be done after partitioning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 05:10:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-write-into-EEEPROM-using-j-link/m-p/1068411#M7307</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2020-06-24T05:10:14Z</dc:date>
    </item>
  </channel>
</rss>

